#32000E

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

Shades of Rustic Red #32000E

Tints of Rustic Red #32000E

Color information

#32000E (or 0x32000E) is unknown color: approx Rustic Red. HEX triplet: 32, 00 and 0E. RGB value is (50,0,14). Sum of RGB (Red+Green+Blue) = 50+0+14=64 (8% of max value = 765). Red value is 50 (19.92% from 255 or 78.12% from 64); Green value is 0 (0.39% from 255 or 0% from 64); Blue value is 14 (5.86% from 255 or 21.88% from 64); Max value from RGB is 50 - color contains mainly: red. Hex color #32000E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #32000E is #CDFFF1. Grayscale: #101010. Windows color (decimal): -13500402 or 917554. OLE color: 917554.

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

Color convert

RGB50014-
CMYK010.720.80
HSL343.2º100%9.8%-
HSV(B)343.2º100%19.61%-
XYZ1.390.710.48-
YUV16.55126.56151.86-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 78.12%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 14 (5.86% from 255) = 21.88%
R=78.12%
G=0%
B=21.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.72
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50014010.720.80343.21009.8
Hex320E064485015764a
Octal62016014411012052714412
Binary11001001110011001001001000101000010101011111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32000E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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