#42040B

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

Shades of Rustic Red #42040B

Tints of Rustic Red #42040B

Color information

#42040B (or 0x42040B) is unknown color: approx Rustic Red. HEX triplet: 42, 04 and 0B. RGB value is (66,4,11). Sum of RGB (Red+Green+Blue) = 66+4+11=81 (10% of max value = 765). Red value is 66 (26.17% from 255 or 81.48% from 81); Green value is 4 (1.95% from 255 or 4.94% from 81); Blue value is 11 (4.69% from 255 or 13.58% from 81); Max value from RGB is 66 - color contains mainly: red. Hex color #42040B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #42040B is #BDFBF4. Grayscale: #171717. Windows color (decimal): -12450805 or 721986. OLE color: 721986.

HSL color Cylindrical-coordinate representation of color #42040B: hue angle of 353.23º 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 #42040B is Cyan = 0, Magento = 0.94, Yellow = 0.83 and Black (K on CMYK) = 0.74.

Color convert

RGB66411-
CMYK00.940.830.74
HSL353.23º88.57%13.73%-
HSV(B)353.23º93.94%25.88%-
XYZ2.351.270.44-
YUV23.34121.04158.43-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 81.48%
GREEN value IS 4 (1.95% from 255) = 4.94%
BLUE value IS 11 (4.69% from 255) = 13.58%
R=81.48%
G=4.94%
B=13.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.83
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6641100.940.830.74353.2388.5713.73
Hex424B05E534A16159e
Octal102413013612311254113116
Binary10000101001011010111101010011100101010110000110110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42040B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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