#150E0F

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

Shades of Rustic Red #150E0F

Tints of Rustic Red #150E0F

Color information

#150E0F (or 0x150E0F) is unknown color: approx Rustic Red. HEX triplet: 15, 0E and 0F. RGB value is (21,14,15). Sum of RGB (Red+Green+Blue) = 21+14+15=50 (6% of max value = 765). Red value is 21 (8.59% from 255 or 42% from 50); Green value is 14 (5.86% from 255 or 28% from 50); Blue value is 15 (6.25% from 255 or 30% from 50); Max value from RGB is 21 - color contains mainly: red. Hex color #150E0F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150E0F is #EAF1F0. Grayscale: #101010. Windows color (decimal): -15397361 or 986645. OLE color: 986645.

HSL color Cylindrical-coordinate representation of color #150E0F: hue angle of 351.43º 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 #150E0F is Cyan = 0, Magento = 0.33, Yellow = 0.29 and Black (K on CMYK) = 0.92.

Color convert

RGB211415-
CMYK00.330.290.92
HSL351.43º20%6.86%-
HSV(B)351.43º33.33%8.24%-
XYZ0.550.510.52-
YUV16.21127.32131.42-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 42%
GREEN value IS 14 (5.86% from 255) = 28%
BLUE value IS 15 (6.25% from 255) = 30%
R=42%
G=28%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.29
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal21141500.330.290.92351.43206.86
Hex15EF0211D5C15f147
Octal25161704135134537247
Binary1010111101111010000111101101110010101111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150E0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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