#150D0F

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

Shades of Rustic Red #150D0F

Tints of Rustic Red #150D0F

Color information

#150D0F (or 0x150D0F) is unknown color: approx Rustic Red. HEX triplet: 15, 0D and 0F. RGB value is (21,13,15). Sum of RGB (Red+Green+Blue) = 21+13+15=49 (6% of max value = 765). Red value is 21 (8.59% from 255 or 42.86% from 49); Green value is 13 (5.47% from 255 or 26.53% from 49); Blue value is 15 (6.25% from 255 or 30.61% from 49); Max value from RGB is 21 - color contains mainly: red. Hex color #150D0F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150D0F is #EAF2F0. Grayscale: #0F0F0F. Windows color (decimal): -15397617 or 986389. OLE color: 986389.

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

Color convert

RGB211315-
CMYK00.380.290.92
HSL345º23.53%6.67%-
HSV(B)345º38.1%8.24%-
XYZ0.540.480.52-
YUV15.62127.65131.84-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 42.86%
GREEN value IS 13 (5.47% from 255) = 26.53%
BLUE value IS 15 (6.25% from 255) = 30.61%
R=42.86%
G=26.53%
B=30.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.29
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal21131500.380.290.9234523.536.67
Hex15DF0261D5C159187
Octal25151704635134531307
Binary1010111011111010011011101101110010101100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150D0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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