#420613

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

Shades of Rustic Red #420613

Tints of Rustic Red #420613

Color information

#420613 (or 0x420613) is unknown color: approx Rustic Red. HEX triplet: 42, 06 and 13. RGB value is (66,6,19). Sum of RGB (Red+Green+Blue) = 66+6+19=91 (12% of max value = 765). Red value is 66 (26.17% from 255 or 72.53% from 91); Green value is 6 (2.73% from 255 or 6.59% from 91); Blue value is 19 (7.81% from 255 or 20.88% from 91); Max value from RGB is 66 - color contains mainly: red. Hex color #420613 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #420613 is #BDF9EC. Grayscale: #191919. Windows color (decimal): -12450285 or 1246786. OLE color: 1246786.

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

Color convert

RGB66619-
CMYK00.910.710.74
HSL347º83.33%14.12%-
HSV(B)347º90.91%25.88%-
XYZ2.431.340.75-
YUV25.42124.38156.94-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 72.53%
GREEN value IS 6 (2.73% from 255) = 6.59%
BLUE value IS 19 (7.81% from 255) = 20.88%
R=72.53%
G=6.59%
B=20.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.71
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6661900.910.710.7434783.3314.12
Hex4261305B474A15b53e
Octal102623013310711253312316
Binary100001011010011010110111000111100101010101101110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #420613; }

 p { color: rgb(66,6,19); }

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

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

 a { background-color: rgb(66,6,19); }

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

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

 span { border-color: rgb(66,6,19); }

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