#150D10

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

Shades of Rustic Red #150D10

Tints of Rustic Red #150D10

Color information

#150D10 (or 0x150D10) is unknown color: approx Rustic Red. HEX triplet: 15, 0D and 10. RGB value is (21,13,16). Sum of RGB (Red+Green+Blue) = 21+13+16=50 (6% of max value = 765). Red value is 21 (8.59% from 255 or 42% from 50); Green value is 13 (5.47% from 255 or 26% from 50); Blue value is 16 (6.64% from 255 or 32% from 50); Max value from RGB is 21 - color contains mainly: red. Hex color #150D10 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150D10 is #EAF2EF. Grayscale: #0F0F0F. Windows color (decimal): -15397616 or 1051925. OLE color: 1051925.

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

Color convert

RGB211316-
CMYK00.380.240.92
HSL337.5º23.53%6.67%-
HSV(B)337.5º38.1%8.24%-
XYZ0.550.480.55-
YUV15.73128.15131.76-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 42%
GREEN value IS 13 (5.47% from 255) = 26%
BLUE value IS 16 (6.64% from 255) = 32%
R=42%
G=26%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.24
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal21131600.380.240.92337.523.536.67
Hex15D10026185C152187
Octal25152004630134522307
Binary10101110110000010011011000101110010101001011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150D10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,13,16); }

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

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

 a { background-color: rgb(21,13,16); }

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

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

 span { border-color: rgb(21,13,16); }

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