#180809

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

Shades of Rustic Red #180809

Tints of Rustic Red #180809

Color information

#180809 (or 0x180809) is unknown color: approx Rustic Red. HEX triplet: 18, 08 and 09. RGB value is (24,8,9). Sum of RGB (Red+Green+Blue) = 24+8+9=41 (5% of max value = 765). Red value is 24 (9.77% from 255 or 58.54% from 41); Green value is 8 (3.52% from 255 or 19.51% from 41); Blue value is 9 (3.91% from 255 or 21.95% from 41); Max value from RGB is 24 - color contains mainly: red. Hex color #180809 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180809 is #E7F7F6. Grayscale: #0C0C0C. Windows color (decimal): -15202295 or 591896. OLE color: 591896.

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

Color convert

RGB2489-
CMYK00.670.630.91
HSL356.25º50%6.27%-
HSV(B)356.25º66.67%9.41%-
XYZ0.510.390.31-
YUV12.9125.8135.92-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 58.54%
GREEN value IS 8 (3.52% from 255) = 19.51%
BLUE value IS 9 (3.91% from 255) = 21.95%
R=58.54%
G=19.51%
B=21.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.63
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal248900.670.630.91356.25506.27
Hex18890433F5B164326
Octal301011010377133544626
Binary1100010001001010000111111111011011101100100110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180809

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180809; }

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

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

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

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

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

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

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

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