#420F1B

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

Shades of Rustic Red #420F1B

Tints of Rustic Red #420F1B

Color information

#420F1B (or 0x420F1B) is unknown color: approx Rustic Red. HEX triplet: 42, 0F and 1B. RGB value is (66,15,27). Sum of RGB (Red+Green+Blue) = 66+15+27=108 (14% of max value = 765). Red value is 66 (26.17% from 255 or 61.11% from 108); Green value is 15 (6.25% from 255 or 13.89% from 108); Blue value is 27 (10.94% from 255 or 25% from 108); Max value from RGB is 66 - color contains mainly: red. Hex color #420F1B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #420F1B is #BDF0E4. Grayscale: #1F1F1F. Windows color (decimal): -12447973 or 1773378. OLE color: 1773378.

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

Color convert

RGB661527-
CMYK00.770.590.74
HSL345.88º62.96%15.88%-
HSV(B)345.88º77.27%25.88%-
XYZ2.621.581.2-
YUV31.62125.4152.52-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 61.11%
GREEN value IS 15 (6.25% from 255) = 13.89%
BLUE value IS 27 (10.94% from 255) = 25%
R=61.11%
G=13.89%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.59
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66152700.770.590.74345.8862.9615.88
Hex42F1B04D3B4A15a3f10
Octal10217330115731125327720
Binary100001011111101101001101111011100101010101101011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420F1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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