#42040A

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

Shades of Rustic Red #42040A

Tints of Rustic Red #42040A

Color information

#42040A (or 0x42040A) is unknown color: approx Rustic Red. HEX triplet: 42, 04 and 0A. RGB value is (66,4,10). Sum of RGB (Red+Green+Blue) = 66+4+10=80 (10% of max value = 765). Red value is 66 (26.17% from 255 or 82.5% from 80); Green value is 4 (1.95% from 255 or 5% from 80); Blue value is 10 (4.30% from 255 or 12.5% from 80); Max value from RGB is 66 - color contains mainly: red. Hex color #42040A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #42040A is #BDFBF5. Grayscale: #171717. Windows color (decimal): -12450806 or 656450. OLE color: 656450.

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

Color convert

RGB66410-
CMYK00.940.850.74
HSL354.19º88.57%13.73%-
HSV(B)354.19º93.94%25.88%-
XYZ2.341.270.41-
YUV23.22120.54158.51-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 82.5%
GREEN value IS 4 (1.95% from 255) = 5%
BLUE value IS 10 (4.30% from 255) = 12.5%
R=82.5%
G=5%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.85
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6641000.940.850.74354.1988.5713.73
Hex424A05E554A16259e
Octal102412013612511254213116
Binary10000101001010010111101010101100101010110001010110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42040A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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