#420316

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

Shades of Rustic Red #420316

Tints of Rustic Red #420316

Color information

#420316 (or 0x420316) is unknown color: approx Rustic Red. HEX triplet: 42, 03 and 16. RGB value is (66,3,22). Sum of RGB (Red+Green+Blue) = 66+3+22=91 (12% of max value = 765). Red value is 66 (26.17% from 255 or 72.53% from 91); Green value is 3 (1.56% from 255 or 3.30% from 91); Blue value is 22 (8.98% from 255 or 24.18% from 91); Max value from RGB is 66 - color contains mainly: red. Hex color #420316 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #420316 is #BDFCE9. Grayscale: #171717. Windows color (decimal): -12451050 or 1442626. OLE color: 1442626.

HSL color Cylindrical-coordinate representation of color #420316: hue angle of 341.9º degrees, saturation: 0.91, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #420316 is Cyan = 0, Magento = 0.95, Yellow = 0.67 and Black (K on CMYK) = 0.74.

Color convert

RGB66322-
CMYK00.950.670.74
HSL341.9º91.3%13.53%-
HSV(B)341.9º95.45%25.88%-
XYZ2.421.280.88-
YUV24126.87157.96-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 72.53%
GREEN value IS 3 (1.56% from 255) = 3.30%
BLUE value IS 22 (8.98% from 255) = 24.18%
R=72.53%
G=3.30%
B=24.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.67
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6632200.950.670.74341.991.313.53
Hex4231605F434A1565be
Octal102326013710311252613316
Binary10000101110110010111111000011100101010101011010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #420316; }

 p { color: rgb(66,3,22); }

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

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

 a { background-color: rgb(66,3,22); }

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

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

 span { border-color: rgb(66,3,22); }

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