#420E0F

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

Shades of Rustic Red #420E0F

Tints of Rustic Red #420E0F

Color information

#420E0F (or 0x420E0F) is unknown color: approx Rustic Red. HEX triplet: 42, 0E and 0F. RGB value is (66,14,15). Sum of RGB (Red+Green+Blue) = 66+14+15=95 (12% of max value = 765). Red value is 66 (26.17% from 255 or 69.47% from 95); Green value is 14 (5.86% from 255 or 14.74% from 95); Blue value is 15 (6.25% from 255 or 15.79% from 95); Max value from RGB is 66 - color contains mainly: red. Hex color #420E0F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #420E0F is #BDF1F0. Grayscale: #1D1D1D. Windows color (decimal): -12448241 or 986690. OLE color: 986690.

HSL color Cylindrical-coordinate representation of color #420E0F: hue angle of 358.85º degrees, saturation: 0.65, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #420E0F is Cyan = 0, Magento = 0.79, Yellow = 0.77 and Black (K on CMYK) = 0.74.

Color convert

RGB661415-
CMYK00.790.770.74
HSL358.85º65%15.69%-
HSV(B)358.85º78.79%25.88%-
XYZ2.491.510.61-
YUV29.66119.73153.92-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 69.47%
GREEN value IS 14 (5.86% from 255) = 14.74%
BLUE value IS 15 (6.25% from 255) = 15.79%
R=69.47%
G=14.74%
B=15.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.77
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66141500.790.770.74358.856515.69
Hex42EF04F4D4A1674110
Octal1021617011711511254710120
Binary1000010111011110100111110011011001010101100111100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420E0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #420E0F; }

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

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

<style>
 a { background-color: #420E0F; }

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

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

<style>
 span { border-color: #420E0F; }

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

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