#42040F

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

Shades of Rustic Red #42040F

Tints of Rustic Red #42040F

Color information

#42040F (or 0x42040F) is unknown color: approx Rustic Red. HEX triplet: 42, 04 and 0F. RGB value is (66,4,15). Sum of RGB (Red+Green+Blue) = 66+4+15=85 (11% of max value = 765). Red value is 66 (26.17% from 255 or 77.65% from 85); Green value is 4 (1.95% from 255 or 4.71% from 85); Blue value is 15 (6.25% from 255 or 17.65% from 85); Max value from RGB is 66 - color contains mainly: red. Hex color #42040F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #42040F is #BDFBF0. Grayscale: #171717. Windows color (decimal): -12450801 or 984130. OLE color: 984130.

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

Color convert

RGB66415-
CMYK00.940.770.74
HSL349.35º88.57%13.73%-
HSV(B)349.35º93.94%25.88%-
XYZ2.381.280.57-
YUV23.79123.04158.11-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 77.65%
GREEN value IS 4 (1.95% from 255) = 4.71%
BLUE value IS 15 (6.25% from 255) = 17.65%
R=77.65%
G=4.71%
B=17.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.77
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6641500.940.770.74349.3588.5713.73
Hex424F05E4D4A15d59e
Octal102417013611511253513116
Binary10000101001111010111101001101100101010101110110110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42040F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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