#15080B

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

Shades of Rustic Red #15080B

Tints of Rustic Red #15080B

Color information

#15080B (or 0x15080B) is unknown color: approx Rustic Red. HEX triplet: 15, 08 and 0B. RGB value is (21,8,11). Sum of RGB (Red+Green+Blue) = 21+8+11=40 (5% of max value = 765). Red value is 21 (8.59% from 255 or 52.5% from 40); Green value is 8 (3.52% from 255 or 20% from 40); Blue value is 11 (4.69% from 255 or 27.5% from 40); Max value from RGB is 21 - color contains mainly: red. Hex color #15080B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #15080B is #EAF7F4. Grayscale: #0C0C0C. Windows color (decimal): -15398901 or 722965. OLE color: 722965.

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

Color convert

RGB21811-
CMYK00.620.480.92
HSL346.15º44.83%5.69%-
HSV(B)346.15º61.9%8.24%-
XYZ0.460.360.36-
YUV12.23127.31134.26-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 52.5%
GREEN value IS 8 (3.52% from 255) = 20%
BLUE value IS 11 (4.69% from 255) = 27.5%
R=52.5%
G=20%
B=27.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.48
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2181100.620.480.92346.1544.835.69
Hex158B03E305C15a2d6
Octal25101307660134532556
Binary101011000101101111101100001011100101011010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15080B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15080B; }

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

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

<style>
 a { background-color: #15080B; }

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

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

<style>
 span { border-color: #15080B; }

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

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