#180509

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

Shades of Rustic Red #180509

Tints of Rustic Red #180509

Color information

#180509 (or 0x180509) is unknown color: approx Rustic Red. HEX triplet: 18, 05 and 09. RGB value is (24,5,9). Sum of RGB (Red+Green+Blue) = 24+5+9=38 (5% of max value = 765). Red value is 24 (9.77% from 255 or 63.16% from 38); Green value is 5 (2.34% from 255 or 13.16% from 38); Blue value is 9 (3.91% from 255 or 23.68% from 38); Max value from RGB is 24 - color contains mainly: red. Hex color #180509 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180509 is #E7FAF6. Grayscale: #0B0B0B. Windows color (decimal): -15203063 or 591128. OLE color: 591128.

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

Color convert

RGB2459-
CMYK00.790.630.91
HSL347.37º65.52%5.69%-
HSV(B)347.37º79.17%9.41%-
XYZ0.480.320.3-
YUV11.14126.79137.17-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 63.16%
GREEN value IS 5 (2.34% from 255) = 13.16%
BLUE value IS 9 (3.91% from 255) = 23.68%
R=63.16%
G=13.16%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.63
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal245900.790.630.91347.3765.525.69
Hex185904F3F5B15b426
Octal305110117771335331026
Binary1100010110010100111111111110110111010110111000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180509

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180509; }

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

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

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

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

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

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

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

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