#32000F

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

Shades of Rustic Red #32000F

Tints of Rustic Red #32000F

Color information

#32000F (or 0x32000F) is unknown color: approx Rustic Red. HEX triplet: 32, 00 and 0F. RGB value is (50,0,15). Sum of RGB (Red+Green+Blue) = 50+0+15=65 (8% of max value = 765). Red value is 50 (19.92% from 255 or 76.92% from 65); Green value is 0 (0.39% from 255 or 0% from 65); Blue value is 15 (6.25% from 255 or 23.08% from 65); Max value from RGB is 50 - color contains mainly: red. Hex color #32000F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #32000F is #CDFFF0. Grayscale: #101010. Windows color (decimal): -13500401 or 983090. OLE color: 983090.

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

Color convert

RGB50015-
CMYK010.700.80
HSL342º100%9.8%-
HSV(B)342º100%19.61%-
XYZ1.40.710.52-
YUV16.66127.06151.78-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 76.92%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 15 (6.25% from 255) = 23.08%
R=76.92%
G=0%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.70
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50015010.700.803421009.8
Hex320F064465015664a
Octal62017014410612052614412
Binary11001001111011001001000110101000010101011011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32000F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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