#150B0F

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

Shades of Rustic Red #150B0F

Tints of Rustic Red #150B0F

Color information

#150B0F (or 0x150B0F) is unknown color: approx Rustic Red. HEX triplet: 15, 0B and 0F. RGB value is (21,11,15). Sum of RGB (Red+Green+Blue) = 21+11+15=47 (6% of max value = 765). Red value is 21 (8.59% from 255 or 44.68% from 47); Green value is 11 (4.69% from 255 or 23.40% from 47); Blue value is 15 (6.25% from 255 or 31.91% from 47); Max value from RGB is 21 - color contains mainly: red. Hex color #150B0F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150B0F is #EAF4F0. Grayscale: #0E0E0E. Windows color (decimal): -15398129 or 985877. OLE color: 985877.

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

Color convert

RGB211115-
CMYK00.480.290.92
HSL336º31.25%6.27%-
HSV(B)336º47.62%8.24%-
XYZ0.520.430.51-
YUV14.45128.31132.67-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 44.68%
GREEN value IS 11 (4.69% from 255) = 23.40%
BLUE value IS 15 (6.25% from 255) = 31.91%
R=44.68%
G=23.40%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.29
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal21111500.480.290.9233631.256.27
Hex15BF0301D5C1501f6
Octal25131706035134520376
Binary1010110111111011000011101101110010101000011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150B0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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