#32050E

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

Shades of Rustic Red #32050E

Tints of Rustic Red #32050E

Color information

#32050E (or 0x32050E) is unknown color: approx Rustic Red. HEX triplet: 32, 05 and 0E. RGB value is (50,5,14). Sum of RGB (Red+Green+Blue) = 50+5+14=69 (9% of max value = 765). Red value is 50 (19.92% from 255 or 72.46% from 69); Green value is 5 (2.34% from 255 or 7.25% from 69); Blue value is 14 (5.86% from 255 or 20.29% from 69); Max value from RGB is 50 - color contains mainly: red. Hex color #32050E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #32050E is #CDFAF1. Grayscale: #131313. Windows color (decimal): -13499122 or 918834. OLE color: 918834.

HSL color Cylindrical-coordinate representation of color #32050E: hue angle of 348º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #32050E is Cyan = 0, Magento = 0.90, Yellow = 0.72 and Black (K on CMYK) = 0.80.

Color convert

RGB50514-
CMYK00.900.720.80
HSL348º81.82%10.78%-
HSV(B)348º90%19.61%-
XYZ1.450.820.5-
YUV19.48124.91149.77-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 72.46%
GREEN value IS 5 (2.34% from 255) = 7.25%
BLUE value IS 14 (5.86% from 255) = 20.29%
R=72.46%
G=7.25%
B=20.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.72
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5051400.900.720.8034881.8210.78
Hex325E05A485015c52b
Octal62516013211012053412213
Binary1100101011110010110101001000101000010101110010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32050E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32050E; }

 p { color: rgb(50,5,14); }

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

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

 a { background-color: rgb(50,5,14); }

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

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

 span { border-color: rgb(50,5,14); }

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