#150109

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

Shades of Rustic Red #150109

Tints of Rustic Red #150109

Color information

#150109 (or 0x150109) is unknown color: approx Rustic Red. HEX triplet: 15, 01 and 09. RGB value is (21,1,9). Sum of RGB (Red+Green+Blue) = 21+1+9=31 (4% of max value = 765). Red value is 21 (8.59% from 255 or 67.74% from 31); Green value is 1 (0.78% from 255 or 3.23% from 31); Blue value is 9 (3.91% from 255 or 29.03% from 31); Max value from RGB is 21 - color contains mainly: red. Hex color #150109 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150109 is #EAFEF6. Grayscale: #070707. Windows color (decimal): -15400695 or 590101. OLE color: 590101.

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

Color convert

RGB2119-
CMYK00.950.570.92
HSL336º90.91%4.31%-
HSV(B)336º95.24%8.24%-
XYZ0.370.20.28-
YUV7.89128.63137.35-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 67.74%
GREEN value IS 1 (0.78% from 255) = 3.23%
BLUE value IS 9 (3.91% from 255) = 29.03%
R=67.74%
G=3.23%
B=29.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.57
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal211900.950.570.9233690.914.31
Hex151905F395C1505b4
Octal251110137711345201334
Binary10101110010101111111100110111001010100001011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150109

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150109; }

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

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

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

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

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

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

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

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