#32070D

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

Shades of Rustic Red #32070D

Tints of Rustic Red #32070D

Color information

#32070D (or 0x32070D) is unknown color: approx Rustic Red. HEX triplet: 32, 07 and 0D. RGB value is (50,7,13). Sum of RGB (Red+Green+Blue) = 50+7+13=70 (9% of max value = 765). Red value is 50 (19.92% from 255 or 71.43% from 70); Green value is 7 (3.12% from 255 or 10% from 70); Blue value is 13 (5.47% from 255 or 18.57% from 70); Max value from RGB is 50 - color contains mainly: red. Hex color #32070D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #32070D is #CDF8F2. Grayscale: #141414. Windows color (decimal): -13498611 or 853810. OLE color: 853810.

HSL color Cylindrical-coordinate representation of color #32070D: hue angle of 351.63º degrees, saturation: 0.75, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #32070D is Cyan = 0, Magento = 0.86, Yellow = 0.74 and Black (K on CMYK) = 0.80.

Color convert

RGB50713-
CMYK00.860.740.80
HSL351.63º75.44%11.18%-
HSV(B)351.63º86%19.61%-
XYZ1.460.860.47-
YUV20.54123.75149.01-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 71.43%
GREEN value IS 7 (3.12% from 255) = 10%
BLUE value IS 13 (5.47% from 255) = 18.57%
R=71.43%
G=10%
B=18.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.74
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5071300.860.740.80351.6375.4411.18
Hex327D0564A501604bb
Octal62715012611212054011313
Binary1100101111101010101101001010101000010110000010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32070D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32070D; }

 p { color: rgb(50,7,13); }

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

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

 a { background-color: rgb(50,7,13); }

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

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

 span { border-color: rgb(50,7,13); }

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