#120509

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

Shades of Rustic Red #120509

Tints of Rustic Red #120509

Color information

#120509 (or 0x120509) is unknown color: approx Rustic Red. HEX triplet: 12, 05 and 09. RGB value is (18,5,9). Sum of RGB (Red+Green+Blue) = 18+5+9=32 (4% of max value = 765). Red value is 18 (7.42% from 255 or 56.25% from 32); Green value is 5 (2.34% from 255 or 15.62% from 32); Blue value is 9 (3.91% from 255 or 28.12% from 32); Max value from RGB is 18 - color contains mainly: red. Hex color #120509 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120509 is #EDFAF6. Grayscale: #090909. Windows color (decimal): -15596279 or 591122. OLE color: 591122.

HSL color Cylindrical-coordinate representation of color #120509: hue angle of 341.54º degrees, saturation: 0.57, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #120509 is Cyan = 0, Magento = 0.72, Yellow = 0.5 and Black (K on CMYK) = 0.93.

Color convert

RGB1859-
CMYK00.720.50.93
HSL341.54º56.52%4.51%-
HSV(B)341.54º72.22%7.06%-
XYZ0.350.260.29-
YUV9.34127.81134.17-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 56.25%
GREEN value IS 5 (2.34% from 255) = 15.62%
BLUE value IS 9 (3.91% from 255) = 28.12%
R=56.25%
G=15.62%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.5
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal185900.720.50.93341.5456.524.51
Hex1259048325D156395
Octal22511011062135526715
Binary100101011001010010001100101011101101010110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120509

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120509; }

 p { color: rgb(18,5,9); }

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

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

 a { background-color: rgb(18,5,9); }

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

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

 span { border-color: rgb(18,5,9); }

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