#420810

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

Shades of Rustic Red #420810

Tints of Rustic Red #420810

Color information

#420810 (or 0x420810) is unknown color: approx Rustic Red. HEX triplet: 42, 08 and 10. RGB value is (66,8,16). Sum of RGB (Red+Green+Blue) = 66+8+16=90 (11% of max value = 765). Red value is 66 (26.17% from 255 or 73.33% from 90); Green value is 8 (3.52% from 255 or 8.89% from 90); Blue value is 16 (6.64% from 255 or 17.78% from 90); Max value from RGB is 66 - color contains mainly: red. Hex color #420810 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #420810 is #BDF7EF. Grayscale: #1A1A1A. Windows color (decimal): -12449776 or 1050690. OLE color: 1050690.

HSL color Cylindrical-coordinate representation of color #420810: hue angle of 351.72º degrees, saturation: 0.78, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #420810 is Cyan = 0, Magento = 0.88, Yellow = 0.76 and Black (K on CMYK) = 0.74.

Color convert

RGB66816-
CMYK00.880.760.74
HSL351.72º78.38%14.51%-
HSV(B)351.72º87.88%25.88%-
XYZ2.431.370.63-
YUV26.25122.22156.35-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 73.33%
GREEN value IS 8 (3.52% from 255) = 8.89%
BLUE value IS 16 (6.64% from 255) = 17.78%
R=73.33%
G=8.89%
B=17.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.76
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6681600.880.760.74351.7278.3814.51
Hex428100584C4A1604ef
Octal1021020013011411254011617
Binary1000010100010000010110001001100100101010110000010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420810

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #420810; }

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

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

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

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

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

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

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

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