#421318

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

Shades of Rustic Red #421318

Tints of Rustic Red #421318

Color information

#421318 (or 0x421318) is unknown color: approx Rustic Red. HEX triplet: 42, 13 and 18. RGB value is (66,19,24). Sum of RGB (Red+Green+Blue) = 66+19+24=109 (14% of max value = 765). Red value is 66 (26.17% from 255 or 60.55% from 109); Green value is 19 (7.81% from 255 or 17.43% from 109); Blue value is 24 (9.77% from 255 or 22.02% from 109); Max value from RGB is 66 - color contains mainly: red. Hex color #421318 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #421318 is #BDECE7. Grayscale: #212121. Windows color (decimal): -12446952 or 1577794. OLE color: 1577794.

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

Color convert

RGB661924-
CMYK00.710.640.74
HSL353.62º55.29%16.67%-
HSV(B)353.62º71.21%25.88%-
XYZ2.641.691.05-
YUV33.62122.57151.09-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 60.55%
GREEN value IS 19 (7.81% from 255) = 17.43%
BLUE value IS 24 (9.77% from 255) = 22.02%
R=60.55%
G=17.43%
B=22.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.64
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66192400.710.640.74353.6255.2916.67
Hex421318047404A1623711
Octal102233001071001125426721
Binary10000101001111000010001111000000100101010110001011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421318; }

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

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

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

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

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

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

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

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