#32000B

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

Shades of Rustic Red #32000B

Tints of Rustic Red #32000B

Color information

#32000B (or 0x32000B) is unknown color: approx Rustic Red. HEX triplet: 32, 00 and 0B. RGB value is (50,0,11). Sum of RGB (Red+Green+Blue) = 50+0+11=61 (8% of max value = 765). Red value is 50 (19.92% from 255 or 81.97% from 61); Green value is 0 (0.39% from 255 or 0% from 61); Blue value is 11 (4.69% from 255 or 18.03% from 61); Max value from RGB is 50 - color contains mainly: red. Hex color #32000B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #32000B is #CDFFF4. Grayscale: #101010. Windows color (decimal): -13500405 or 720946. OLE color: 720946.

HSL color Cylindrical-coordinate representation of color #32000B: hue angle of 346.8º 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 #32000B is Cyan = 0, Magento = 1, Yellow = 0.78 and Black (K on CMYK) = 0.80.

Color convert

RGB50011-
CMYK010.780.80
HSL346.8º100%9.8%-
HSV(B)346.8º100%19.61%-
XYZ1.380.70.38-
YUV16.2125.06152.11-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 81.97%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 11 (4.69% from 255) = 18.03%
R=81.97%
G=0%
B=18.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.78
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50011010.780.80346.81009.8
Hex320B0644E5015b64a
Octal62013014411612053314412
Binary11001001011011001001001110101000010101101111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32000B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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