#420F10

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

Shades of Rustic Red #420F10

Tints of Rustic Red #420F10

Color information

#420F10 (or 0x420F10) is unknown color: approx Rustic Red. HEX triplet: 42, 0F and 10. RGB value is (66,15,16). Sum of RGB (Red+Green+Blue) = 66+15+16=97 (12% of max value = 765). Red value is 66 (26.17% from 255 or 68.04% from 97); Green value is 15 (6.25% from 255 or 15.46% from 97); Blue value is 16 (6.64% from 255 or 16.49% from 97); Max value from RGB is 66 - color contains mainly: red. Hex color #420F10 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #420F10 is #BDF0EF. Grayscale: #1E1E1E. Windows color (decimal): -12447984 or 1052482. OLE color: 1052482.

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

Color convert

RGB661516-
CMYK00.770.760.74
HSL358.82º62.96%15.88%-
HSV(B)358.82º77.27%25.88%-
XYZ2.511.540.65-
YUV30.36119.9153.42-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 68.04%
GREEN value IS 15 (6.25% from 255) = 15.46%
BLUE value IS 16 (6.64% from 255) = 16.49%
R=68.04%
G=15.46%
B=16.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.76
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66151600.770.760.74358.8262.9615.88
Hex42F1004D4C4A1673f10
Octal102172001151141125477720
Binary1000010111110000010011011001100100101010110011111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420F10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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