#421018

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

Shades of Rustic Red #421018

Tints of Rustic Red #421018

Color information

#421018 (or 0x421018) is unknown color: approx Rustic Red. HEX triplet: 42, 10 and 18. RGB value is (66,16,24). Sum of RGB (Red+Green+Blue) = 66+16+24=106 (14% of max value = 765). Red value is 66 (26.17% from 255 or 62.26% from 106); Green value is 16 (6.64% from 255 or 15.09% from 106); Blue value is 24 (9.77% from 255 or 22.64% from 106); Max value from RGB is 66 - color contains mainly: red. Hex color #421018 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #421018 is #BDEFE7. Grayscale: #1F1F1F. Windows color (decimal): -12447720 or 1577026. OLE color: 1577026.

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

Color convert

RGB661624-
CMYK00.760.640.74
HSL350.4º60.98%16.08%-
HSV(B)350.4º75.76%25.88%-
XYZ2.61.591.04-
YUV31.86123.56152.35-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 62.26%
GREEN value IS 16 (6.64% from 255) = 15.09%
BLUE value IS 24 (9.77% from 255) = 22.64%
R=62.26%
G=15.09%
B=22.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.64
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66162400.760.640.74350.460.9816.08
Hex42101804C404A15e3d10
Octal102203001141001125367520
Binary10000101000011000010011001000000100101010101111011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421018; }

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

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

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

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

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

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

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

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