#150009

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

Shades of Rustic Red #150009

Tints of Rustic Red #150009

Color information

#150009 (or 0x150009) is unknown color: approx Rustic Red. HEX triplet: 15, 00 and 09. RGB value is (21,0,9). Sum of RGB (Red+Green+Blue) = 21+0+9=30 (3% of max value = 765). Red value is 21 (8.59% from 255 or 70% from 30); Green value is 0 (0.39% from 255 or 0% from 30); Blue value is 9 (3.91% from 255 or 30% from 30); Max value from RGB is 21 - color contains mainly: red. Hex color #150009 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150009 is #EAFFF6. Grayscale: #070707. Windows color (decimal): -15400951 or 589845. OLE color: 589845.

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

Color convert

RGB2109-
CMYK010.570.92
HSL334.29º100%4.12%-
HSV(B)334.29º100%8.24%-
XYZ0.360.180.27-
YUV7.3128.96137.77-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 70%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 9 (3.91% from 255) = 30%
R=70%
G=0%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.57
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2109010.570.92334.291004.12
Hex1509064395C14e644
Octal250110144711345161444
Binary10101010010110010011100110111001010011101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150009; }

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

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

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

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

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

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

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

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