#120506

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

Shades of Rustic Red #120506

Tints of Rustic Red #120506

Color information

#120506 (or 0x120506) is unknown color: approx Rustic Red. HEX triplet: 12, 05 and 06. RGB value is (18,5,6). Sum of RGB (Red+Green+Blue) = 18+5+6=29 (3% of max value = 765). Red value is 18 (7.42% from 255 or 62.07% from 29); Green value is 5 (2.34% from 255 or 17.24% from 29); Blue value is 6 (2.73% from 255 or 20.69% from 29); Max value from RGB is 18 - color contains mainly: red. Hex color #120506 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120506 is #EDFAF9. Grayscale: #090909. Windows color (decimal): -15596282 or 394514. OLE color: 394514.

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

Color convert

RGB1856-
CMYK00.720.670.93
HSL355.38º56.52%4.51%-
HSV(B)355.38º72.22%7.06%-
XYZ0.340.250.2-
YUV9126.31134.42-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 62.07%
GREEN value IS 5 (2.34% from 255) = 17.24%
BLUE value IS 6 (2.73% from 255) = 20.69%
R=62.07%
G=17.24%
B=20.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.67
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal185600.720.670.93355.3856.524.51
Hex1256048435D163395
Octal22560110103135543715
Binary100101011100100100010000111011101101100011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120506; }

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

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

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

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

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

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

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

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