#320712

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

Shades of Rustic Red #320712

Tints of Rustic Red #320712

Color information

#320712 (or 0x320712) is unknown color: approx Rustic Red. HEX triplet: 32, 07 and 12. RGB value is (50,7,18). Sum of RGB (Red+Green+Blue) = 50+7+18=75 (9% of max value = 765). Red value is 50 (19.92% from 255 or 66.67% from 75); Green value is 7 (3.12% from 255 or 9.33% from 75); Blue value is 18 (7.42% from 255 or 24% from 75); Max value from RGB is 50 - color contains mainly: red. Hex color #320712 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #320712 is #CDF8ED. Grayscale: #151515. Windows color (decimal): -13498606 or 1181490. OLE color: 1181490.

HSL color Cylindrical-coordinate representation of color #320712: hue angle of 344.65º 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 #320712 is Cyan = 0, Magento = 0.86, Yellow = 0.64 and Black (K on CMYK) = 0.80.

Color convert

RGB50718-
CMYK00.860.640.80
HSL344.65º75.44%11.18%-
HSV(B)344.65º86%19.61%-
XYZ1.50.870.66-
YUV21.11126.25148.61-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 66.67%
GREEN value IS 7 (3.12% from 255) = 9.33%
BLUE value IS 18 (7.42% from 255) = 24%
R=66.67%
G=9.33%
B=24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.64
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5071800.860.640.80344.6575.4411.18
Hex3271205640501594bb
Octal62722012610012053111313
Binary11001011110010010101101000000101000010101100110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #320712; }

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

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

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

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

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

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

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

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