#42040C

Color #42040C Rustic Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rustic Red #42040C

Tints of Rustic Red #42040C

Color information

#42040C (or 0x42040C) is unknown color: approx Rustic Red. HEX triplet: 42, 04 and 0C. RGB value is (66,4,12). Sum of RGB (Red+Green+Blue) = 66+4+12=82 (10% of max value = 765). Red value is 66 (26.17% from 255 or 80.49% from 82); Green value is 4 (1.95% from 255 or 4.88% from 82); Blue value is 12 (5.08% from 255 or 14.63% from 82); Max value from RGB is 66 - color contains mainly: red. Hex color #42040C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #42040C is #BDFBF3. Grayscale: #171717. Windows color (decimal): -12450804 or 787522. OLE color: 787522.

HSL color Cylindrical-coordinate representation of color #42040C: hue angle of 352.26º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #42040C is Cyan = 0, Magento = 0.94, Yellow = 0.82 and Black (K on CMYK) = 0.74.

Color convert

RGB66412-
CMYK00.940.820.74
HSL352.26º88.57%13.73%-
HSV(B)352.26º93.94%25.88%-
XYZ2.361.270.47-
YUV23.45121.54158.35-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 80.49%
GREEN value IS 4 (1.95% from 255) = 4.88%
BLUE value IS 12 (5.08% from 255) = 14.63%
R=80.49%
G=4.88%
B=14.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.82
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6641200.940.820.74352.2688.5713.73
Hex424C05E524A16059e
Octal102414013612211254013116
Binary10000101001100010111101010010100101010110000010110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42040C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,4,12); }

 H1.HeaderClassName
 {
   color: #42040C;
 }
 .AnyTagClassName
 {
   color: #42040C;
 }
</style>
background-color css

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

 a { background-color: rgb(66,4,12); }

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

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

 span { border-color: rgb(66,4,12); }

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