#150F11

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

Shades of Rustic Red #150F11

Tints of Rustic Red #150F11

Color information

#150F11 (or 0x150F11) is unknown color: approx Rustic Red. HEX triplet: 15, 0F and 11. RGB value is (21,15,17). Sum of RGB (Red+Green+Blue) = 21+15+17=53 (7% of max value = 765). Red value is 21 (8.59% from 255 or 39.62% from 53); Green value is 15 (6.25% from 255 or 28.30% from 53); Blue value is 17 (7.03% from 255 or 32.08% from 53); Max value from RGB is 21 - color contains mainly: red. Hex color #150F11 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150F11 is #EAF0EE. Grayscale: #111111. Windows color (decimal): -15397103 or 1117973. OLE color: 1117973.

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

Color convert

RGB211517-
CMYK00.290.190.92
HSL340º16.67%7.06%-
HSV(B)340º28.57%8.24%-
XYZ0.580.540.6-
YUV17.02127.99130.84-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 39.62%
GREEN value IS 15 (6.25% from 255) = 28.30%
BLUE value IS 17 (7.03% from 255) = 32.08%
R=39.62%
G=28.30%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.19
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal21151700.290.190.9234016.677.06
Hex15F1101D135C154117
Octal25172103523134524217
Binary1010111111000101110110011101110010101010010001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150F11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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