#150E11

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

Shades of Rustic Red #150E11

Tints of Rustic Red #150E11

Color information

#150E11 (or 0x150E11) is unknown color: approx Rustic Red. HEX triplet: 15, 0E and 11. RGB value is (21,14,17). Sum of RGB (Red+Green+Blue) = 21+14+17=52 (6% of max value = 765). Red value is 21 (8.59% from 255 or 40.38% from 52); Green value is 14 (5.86% from 255 or 26.92% from 52); Blue value is 17 (7.03% from 255 or 32.69% from 52); Max value from RGB is 21 - color contains mainly: red. Hex color #150E11 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150E11 is #EAF1EE. Grayscale: #101010. Windows color (decimal): -15397359 or 1117717. OLE color: 1117717.

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

Color convert

RGB211417-
CMYK00.330.190.92
HSL334.29º20%6.86%-
HSV(B)334.29º33.33%8.24%-
XYZ0.570.510.6-
YUV16.43128.32131.26-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 40.38%
GREEN value IS 14 (5.86% from 255) = 26.92%
BLUE value IS 17 (7.03% from 255) = 32.69%
R=40.38%
G=26.92%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.19
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal21141700.330.190.92334.29206.86
Hex15E11021135C14e147
Octal25162104123134516247
Binary10101111010001010000110011101110010100111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150E11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150E11; }

 p { color: rgb(21,14,17); }

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

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

 a { background-color: rgb(21,14,17); }

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

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

 span { border-color: rgb(21,14,17); }

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