#120708

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

Shades of Rustic Red #120708

Tints of Rustic Red #120708

Color information

#120708 (or 0x120708) is unknown color: approx Rustic Red. HEX triplet: 12, 07 and 08. RGB value is (18,7,8). Sum of RGB (Red+Green+Blue) = 18+7+8=33 (4% of max value = 765). Red value is 18 (7.42% from 255 or 54.55% from 33); Green value is 7 (3.12% from 255 or 21.21% from 33); Blue value is 8 (3.52% from 255 or 24.24% from 33); Max value from RGB is 18 - color contains mainly: red. Hex color #120708 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120708 is #EDF8F7. Grayscale: #0A0A0A. Windows color (decimal): -15595768 or 526098. OLE color: 526098.

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

Color convert

RGB1878-
CMYK00.610.560.93
HSL354.55º44%4.9%-
HSV(B)354.55º61.11%7.06%-
XYZ0.370.30.27-
YUV10.4126.64133.42-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 54.55%
GREEN value IS 7 (3.12% from 255) = 21.21%
BLUE value IS 8 (3.52% from 255) = 24.24%
R=54.55%
G=21.21%
B=24.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.56
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal187800.610.560.93354.55444.9
Hex127803D385D1632c5
Octal2271007570135543545
Binary10010111100001111011110001011101101100011101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120708

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120708; }

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

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

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

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

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

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

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

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