#150509

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

Shades of Rustic Red #150509

Tints of Rustic Red #150509

Color information

#150509 (or 0x150509) is unknown color: approx Rustic Red. HEX triplet: 15, 05 and 09. RGB value is (21,5,9). Sum of RGB (Red+Green+Blue) = 21+5+9=35 (4% of max value = 765). Red value is 21 (8.59% from 255 or 60% from 35); Green value is 5 (2.34% from 255 or 14.29% from 35); Blue value is 9 (3.91% from 255 or 25.71% from 35); Max value from RGB is 21 - color contains mainly: red. Hex color #150509 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150509 is #EAFAF6. Grayscale: #0A0A0A. Windows color (decimal): -15399671 or 591125. OLE color: 591125.

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

Color convert

RGB2159-
CMYK00.760.570.92
HSL345º61.54%5.1%-
HSV(B)345º76.19%8.24%-
XYZ0.410.290.29-
YUV10.24127.3135.67-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 60%
GREEN value IS 5 (2.34% from 255) = 14.29%
BLUE value IS 9 (3.91% from 255) = 25.71%
R=60%
G=14.29%
B=25.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.57
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal215900.760.570.9234561.545.1
Hex155904C395C1593e5
Octal25511011471134531765
Binary101011011001010011001110011011100101011001111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150509

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150509; }

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

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

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

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

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

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

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

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