Html Css Color HEX #40060C Rustic Red

📋 copy color: '#40060C'

red 64 ◦ green 6 ◦ blue 12

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

Shades of Rustic Red #40060C

Tints of Rustic Red #40060C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 14.63%

R = 78.05%
G = 7.32%
B = 14.63%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.81

 K value IS 0.75

RGB Variations

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

Color information

#40060C (or 0x40060C) is known color: Rustic Red. HEX triplet: 40, 06 and 0C. RGB value is (64,6,12). Sum of RGB (Red+Green+Blue) = 64+6+12=82 (10% of max value = 765). Red value is 64 (25.39% from 255 or 78.05% from 82); Green value is 6 (2.73% from 255 or 7.32% from 82); Blue value is 12 (5.08% from 255 or 14.63% from 82); Max value from RGB is 64 - color contains mainly: red. Hex color #40060C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #40060C is #BFF9F3. Grayscale: #181818. Windows color (decimal): -12581364 or 788032. OLE color: 788032.

HSL color Cylindrical-coordinate representation of color #40060C: hue angle of 353.79º 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 #40060C is Cyan = 0, Magento = 0.91, Yellow = 0.81 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 6 12 -
CMYK 0 0.91 0.81 0.75
HSL 353.79º 0.83% 0.14% -
HSV(B) 353.79º 0.91% 0.25% -
XYZ 2.25 1.25 0.47 -
YUV 24.03 121.22 156.51 -
System Red Green Blue C M Y K H S L
Decimal 64 6 12 0 0.91 0.81 0.75 353.79 0.83 0.14
Hex 40 6 C 0 5B 51 4B 162 53 E
Octal 100 6 14 0 133 121 113 542 123 16
Binary 1000000 110 1100 0 1011011 1010001 1001011 101100010 1010011 1110

Color Harmonies of #40060C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40060C

Black with #40060C

Text Example


Text Example

White with #40060C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40060C; }

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

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

background-color css

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

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

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

border-color css

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

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

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