#421418

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

Shades of Rustic Red #421418

Tints of Rustic Red #421418

Color information

#421418 (or 0x421418) is unknown color: approx Rustic Red. HEX triplet: 42, 14 and 18. RGB value is (66,20,24). Sum of RGB (Red+Green+Blue) = 66+20+24=110 (14% of max value = 765). Red value is 66 (26.17% from 255 or 60% from 110); Green value is 20 (8.20% from 255 or 18.18% from 110); Blue value is 24 (9.77% from 255 or 21.82% from 110); Max value from RGB is 66 - color contains mainly: red. Hex color #421418 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #421418 is #BDEBE7. Grayscale: #222222. Windows color (decimal): -12446696 or 1578050. OLE color: 1578050.

HSL color Cylindrical-coordinate representation of color #421418: hue angle of 354.78º degrees, saturation: 0.53, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #421418 is Cyan = 0, Magento = 0.70, Yellow = 0.64 and Black (K on CMYK) = 0.74.

Color convert

RGB662024-
CMYK00.700.640.74
HSL354.78º53.49%16.86%-
HSV(B)354.78º69.7%25.88%-
XYZ2.661.721.06-
YUV34.21122.24150.67-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 60%
GREEN value IS 20 (8.20% from 255) = 18.18%
BLUE value IS 24 (9.77% from 255) = 21.82%
R=60%
G=18.18%
B=21.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.64
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66202400.700.640.74354.7853.4916.86
Hex421418046404A1633511
Octal102243001061001125436521
Binary10000101010011000010001101000000100101010110001111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421418; }

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

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

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

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

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

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

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

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