#421315

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

Shades of Rustic Red #421315

Tints of Rustic Red #421315

Color information

#421315 (or 0x421315) is unknown color: approx Rustic Red. HEX triplet: 42, 13 and 15. RGB value is (66,19,21). Sum of RGB (Red+Green+Blue) = 66+19+21=106 (14% of max value = 765). Red value is 66 (26.17% from 255 or 62.26% from 106); Green value is 19 (7.81% from 255 or 17.92% from 106); Blue value is 21 (8.59% from 255 or 19.81% from 106); Max value from RGB is 66 - color contains mainly: red. Hex color #421315 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #421315 is #BDECEA. Grayscale: #212121. Windows color (decimal): -12446955 or 1381186. OLE color: 1381186.

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

Color convert

RGB661921-
CMYK00.710.680.74
HSL357.45º55.29%16.67%-
HSV(B)357.45º71.21%25.88%-
XYZ2.611.680.9-
YUV33.28121.07151.34-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 62.26%
GREEN value IS 19 (7.81% from 255) = 17.92%
BLUE value IS 21 (8.59% from 255) = 19.81%
R=62.26%
G=17.92%
B=19.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.68
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66192100.710.680.74357.4555.2916.67
Hex421315047444A1653711
Octal102232501071041125456721
Binary10000101001110101010001111000100100101010110010111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421315; }

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

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

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

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

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

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

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

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