Html Css Color HEX #400608 Rustic Red

📋 copy color: '#400608'

red 64 ◦ green 6 ◦ blue 8

#400608
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rustic Red #400608

Tints of Rustic Red #400608

RGB

 RED value IS 64 (25.39% from 255) = 82.05%

 GREEN value IS 6 (2.73% from 255) = 7.69%

 BLUE value IS 8 (3.52% from 255) = 10.26%

R = 82.05%
G = 7.69%
B = 10.26%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.87

 K value IS 0.75

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#400608 (or 0x400608) is known color: Rustic Red. HEX triplet: 40, 06 and 08. RGB value is (64,6,8). Sum of RGB (Red+Green+Blue) = 64+6+8=78 (10% of max value = 765). Red value is 64 (25.39% from 255 or 82.05% from 78); Green value is 6 (2.73% from 255 or 7.69% from 78); Blue value is 8 (3.52% from 255 or 10.26% from 78); Max value from RGB is 64 - color contains mainly: red. Hex color #400608 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400608 is #BFF9F7. Grayscale: #171717. Windows color (decimal): -12581368 or 525888. OLE color: 525888.

HSL color Cylindrical-coordinate representation of color #400608: hue angle of 357.93º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #400608 is Cyan = 0, Magento = 0.91, Yellow = 0.87 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 6 8 -
CMYK 0 0.91 0.87 0.75
HSL 357.93º 0.83% 0.14% -
HSV(B) 357.93º 0.91% 0.25% -
XYZ 2.22 1.24 0.35 -
YUV 23.57 119.22 156.84 -
System Red Green Blue C M Y K H S L
Decimal 64 6 8 0 0.91 0.87 0.75 357.93 0.83 0.14
Hex 40 6 8 0 5B 57 4B 166 53 E
Octal 100 6 10 0 133 127 113 546 123 16
Binary 1000000 110 1000 0 1011011 1010111 1001011 101100110 1010011 1110

Color Harmonies of #400608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400608

Black with #400608

Text Example


Text Example

White with #400608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400608; }

 p { color: rgb(64,6,8); }

 H1.HeaderClassName
 {
   color: #400608;
 }
 .AnyTagClassName
 {
   color: #400608;
 }
</style>

background-color css

<style>
 a { background-color: #400608; }

 a { background-color: rgb(64,6,8); }

 div.DivClassName
 {
   background-color: #400608;
 }
 .BgClassName
 {
   background-color: #400608;
 }
</style>

border-color css

<style>
 span { border-color: #400608; }

 span { border-color: rgb(64,6,8); }

 td.TdClassName
 {
   border-color: #400608;
 }
 .TagClassName
 {
   border-color: #400608;
 }
</style>