#180209

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

Shades of Rustic Red #180209

Tints of Rustic Red #180209

Color information

#180209 (or 0x180209) is unknown color: approx Rustic Red. HEX triplet: 18, 02 and 09. RGB value is (24,2,9). Sum of RGB (Red+Green+Blue) = 24+2+9=35 (4% of max value = 765). Red value is 24 (9.77% from 255 or 68.57% from 35); Green value is 2 (1.17% from 255 or 5.71% from 35); Blue value is 9 (3.91% from 255 or 25.71% from 35); Max value from RGB is 24 - color contains mainly: red. Hex color #180209 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180209 is #E7FDF6. Grayscale: #090909. Windows color (decimal): -15203831 or 590360. OLE color: 590360.

HSL color Cylindrical-coordinate representation of color #180209: hue angle of 340.91º degrees, saturation: 0.85, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #180209 is Cyan = 0, Magento = 0.92, Yellow = 0.63 and Black (K on CMYK) = 0.91.

Color convert

RGB2429-
CMYK00.920.630.91
HSL340.91º84.62%5.1%-
HSV(B)340.91º91.67%9.41%-
XYZ0.450.260.28-
YUV9.38127.79138.43-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 68.57%
GREEN value IS 2 (1.17% from 255) = 5.71%
BLUE value IS 9 (3.91% from 255) = 25.71%
R=68.57%
G=5.71%
B=25.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.63
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal242900.920.630.91340.9184.625.1
Hex182905C3F5B155555
Octal302110134771335251255
Binary110001010010101110011111110110111010101011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180209; }

 p { color: rgb(24,2,9); }

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

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

 a { background-color: rgb(24,2,9); }

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

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

 span { border-color: rgb(24,2,9); }

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