#120508

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

Shades of Rustic Red #120508

Tints of Rustic Red #120508

Color information

#120508 (or 0x120508) is unknown color: approx Rustic Red. HEX triplet: 12, 05 and 08. RGB value is (18,5,8). Sum of RGB (Red+Green+Blue) = 18+5+8=31 (4% of max value = 765). Red value is 18 (7.42% from 255 or 58.06% from 31); Green value is 5 (2.34% from 255 or 16.13% from 31); Blue value is 8 (3.52% from 255 or 25.81% from 31); Max value from RGB is 18 - color contains mainly: red. Hex color #120508 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120508 is #EDFAF7. Grayscale: #090909. Windows color (decimal): -15596280 or 525586. OLE color: 525586.

HSL color Cylindrical-coordinate representation of color #120508: hue angle of 346.15º 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 #120508 is Cyan = 0, Magento = 0.72, Yellow = 0.56 and Black (K on CMYK) = 0.93.

Color convert

RGB1858-
CMYK00.720.560.93
HSL346.15º56.52%4.51%-
HSV(B)346.15º72.22%7.06%-
XYZ0.350.250.26-
YUV9.23127.31134.26-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 58.06%
GREEN value IS 5 (2.34% from 255) = 16.13%
BLUE value IS 8 (3.52% from 255) = 25.81%
R=58.06%
G=16.13%
B=25.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.56
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal185800.720.560.93346.1556.524.51
Hex1258048385D15a395
Octal22510011070135532715
Binary100101011000010010001110001011101101011010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120508; }

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

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

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

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

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

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

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

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