#421316

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

Shades of Rustic Red #421316

Tints of Rustic Red #421316

Color information

#421316 (or 0x421316) is unknown color: approx Rustic Red. HEX triplet: 42, 13 and 16. RGB value is (66,19,22). Sum of RGB (Red+Green+Blue) = 66+19+22=107 (14% of max value = 765). Red value is 66 (26.17% from 255 or 61.68% from 107); Green value is 19 (7.81% from 255 or 17.76% from 107); Blue value is 22 (8.98% from 255 or 20.56% from 107); Max value from RGB is 66 - color contains mainly: red. Hex color #421316 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #421316 is #BDECE9. Grayscale: #212121. Windows color (decimal): -12446954 or 1446722. OLE color: 1446722.

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

Color convert

RGB661922-
CMYK00.710.670.74
HSL356.17º55.29%16.67%-
HSV(B)356.17º71.21%25.88%-
XYZ2.621.680.95-
YUV33.39121.57151.26-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 61.68%
GREEN value IS 19 (7.81% from 255) = 17.76%
BLUE value IS 22 (8.98% from 255) = 20.56%
R=61.68%
G=17.76%
B=20.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.67
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66192200.710.670.74356.1755.2916.67
Hex421316047434A1643711
Octal102232601071031125446721
Binary10000101001110110010001111000011100101010110010011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421316; }

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

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

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

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

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

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

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

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