#420318

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

Shades of Rustic Red #420318

Tints of Rustic Red #420318

Color information

#420318 (or 0x420318) is unknown color: approx Rustic Red. HEX triplet: 42, 03 and 18. RGB value is (66,3,24). Sum of RGB (Red+Green+Blue) = 66+3+24=93 (12% of max value = 765). Red value is 66 (26.17% from 255 or 70.97% from 93); Green value is 3 (1.56% from 255 or 3.23% from 93); Blue value is 24 (9.77% from 255 or 25.81% from 93); Max value from RGB is 66 - color contains mainly: red. Hex color #420318 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #420318 is #BDFCE7. Grayscale: #181818. Windows color (decimal): -12451048 or 1573698. OLE color: 1573698.

HSL color Cylindrical-coordinate representation of color #420318: hue angle of 340º 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 #420318 is Cyan = 0, Magento = 0.95, Yellow = 0.64 and Black (K on CMYK) = 0.74.

Color convert

RGB66324-
CMYK00.950.640.74
HSL340º91.3%13.53%-
HSV(B)340º95.45%25.88%-
XYZ2.441.290.98-
YUV24.23127.87157.79-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 70.97%
GREEN value IS 3 (1.56% from 255) = 3.23%
BLUE value IS 24 (9.77% from 255) = 25.81%
R=70.97%
G=3.23%
B=25.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.64
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6632400.950.640.7434091.313.53
Hex4231805F404A1545be
Octal102330013710011252413316
Binary10000101111000010111111000000100101010101010010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #420318; }

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

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

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

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

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

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

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

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