#32090D

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

Shades of Rustic Red #32090D

Tints of Rustic Red #32090D

Color information

#32090D (or 0x32090D) is unknown color: approx Rustic Red. HEX triplet: 32, 09 and 0D. RGB value is (50,9,13). Sum of RGB (Red+Green+Blue) = 50+9+13=72 (9% of max value = 765). Red value is 50 (19.92% from 255 or 69.44% from 72); Green value is 9 (3.91% from 255 or 12.5% from 72); Blue value is 13 (5.47% from 255 or 18.06% from 72); Max value from RGB is 50 - color contains mainly: red. Hex color #32090D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #32090D is #CDF6F2. Grayscale: #151515. Windows color (decimal): -13498099 or 854322. OLE color: 854322.

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

Color convert

RGB50913-
CMYK00.820.740.80
HSL354.15º69.49%11.57%-
HSV(B)354.15º82%19.61%-
XYZ1.490.90.48-
YUV21.71123.08148.17-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 69.44%
GREEN value IS 9 (3.91% from 255) = 12.5%
BLUE value IS 13 (5.47% from 255) = 18.06%
R=69.44%
G=12.5%
B=18.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.74
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5091300.820.740.80354.1569.4911.57
Hex329D0524A5016245c
Octal621115012211212054210514
Binary11001010011101010100101001010101000010110001010001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32090D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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