#120809

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

Shades of Rustic Red #120809

Tints of Rustic Red #120809

Color information

#120809 (or 0x120809) is unknown color: approx Rustic Red. HEX triplet: 12, 08 and 09. RGB value is (18,8,9). Sum of RGB (Red+Green+Blue) = 18+8+9=35 (4% of max value = 765). Red value is 18 (7.42% from 255 or 51.43% from 35); Green value is 8 (3.52% from 255 or 22.86% from 35); Blue value is 9 (3.91% from 255 or 25.71% from 35); Max value from RGB is 18 - color contains mainly: red. Hex color #120809 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120809 is #EDF7F6. Grayscale: #0B0B0B. Windows color (decimal): -15595511 or 591890. OLE color: 591890.

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

Color convert

RGB1889-
CMYK00.560.50.93
HSL354º38.46%5.1%-
HSV(B)354º55.56%7.06%-
XYZ0.390.320.3-
YUV11.1126.81132.92-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 51.43%
GREEN value IS 8 (3.52% from 255) = 22.86%
BLUE value IS 9 (3.91% from 255) = 25.71%
R=51.43%
G=22.86%
B=25.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.5
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal188900.560.50.9335438.465.1
Hex1289038325D162265
Octal22101107062135542465
Binary100101000100101110001100101011101101100010100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120809

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120809; }

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

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

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

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

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

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

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

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