#150809

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

Shades of Rustic Red #150809

Tints of Rustic Red #150809

Color information

#150809 (or 0x150809) is unknown color: approx Rustic Red. HEX triplet: 15, 08 and 09. RGB value is (21,8,9). Sum of RGB (Red+Green+Blue) = 21+8+9=38 (5% of max value = 765). Red value is 21 (8.59% from 255 or 55.26% from 38); Green value is 8 (3.52% from 255 or 21.05% from 38); Blue value is 9 (3.91% from 255 or 23.68% from 38); Max value from RGB is 21 - color contains mainly: red. Hex color #150809 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150809 is #EAF7F6. Grayscale: #0C0C0C. Windows color (decimal): -15398903 or 591893. OLE color: 591893.

HSL color Cylindrical-coordinate representation of color #150809: hue angle of 355.38º degrees, saturation: 0.45, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #150809 is Cyan = 0, Magento = 0.62, Yellow = 0.57 and Black (K on CMYK) = 0.92.

Color convert

RGB2189-
CMYK00.620.570.92
HSL355.38º44.83%5.69%-
HSV(B)355.38º61.9%8.24%-
XYZ0.450.350.3-
YUV12126.31134.42-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 55.26%
GREEN value IS 8 (3.52% from 255) = 21.05%
BLUE value IS 9 (3.91% from 255) = 23.68%
R=55.26%
G=21.05%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.57
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal218900.620.570.92355.3844.835.69
Hex158903E395C1632d6
Octal25101107671134543556
Binary101011000100101111101110011011100101100011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150809

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150809; }

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

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

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

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

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

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

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

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