#420115

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

Shades of Rustic Red #420115

Tints of Rustic Red #420115

Color information

#420115 (or 0x420115) is unknown color: approx Rustic Red. HEX triplet: 42, 01 and 15. RGB value is (66,1,21). Sum of RGB (Red+Green+Blue) = 66+1+21=88 (11% of max value = 765). Red value is 66 (26.17% from 255 or 75% from 88); Green value is 1 (0.78% from 255 or 1.14% from 88); Blue value is 21 (8.59% from 255 or 23.86% from 88); Max value from RGB is 66 - color contains mainly: red. Hex color #420115 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #420115 is #BDFEEA. Grayscale: #161616. Windows color (decimal): -12451563 or 1376578. OLE color: 1376578.

HSL color Cylindrical-coordinate representation of color #420115: hue angle of 341.54º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #420115 is Cyan = 0, Magento = 0.98, Yellow = 0.68 and Black (K on CMYK) = 0.74.

Color convert

RGB66121-
CMYK00.980.680.74
HSL341.54º97.01%13.14%-
HSV(B)341.54º98.48%25.88%-
XYZ2.391.230.82-
YUV22.71127.03158.87-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 75%
GREEN value IS 1 (0.78% from 255) = 1.14%
BLUE value IS 21 (8.59% from 255) = 23.86%
R=75%
G=1.14%
B=23.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.68
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6612100.980.680.74341.5497.0113.14
Hex42115062444A15661d
Octal102125014210411252614115
Binary1000010110101011000101000100100101010101011011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #420115; }

 p { color: rgb(66,1,21); }

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

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

 a { background-color: rgb(66,1,21); }

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

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

 span { border-color: rgb(66,1,21); }

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