#15080E

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

Shades of Rustic Red #15080E

Tints of Rustic Red #15080E

Color information

#15080E (or 0x15080E) is unknown color: approx Rustic Red. HEX triplet: 15, 08 and 0E. RGB value is (21,8,14). Sum of RGB (Red+Green+Blue) = 21+8+14=43 (5% of max value = 765). Red value is 21 (8.59% from 255 or 48.84% from 43); Green value is 8 (3.52% from 255 or 18.60% from 43); Blue value is 14 (5.86% from 255 or 32.56% from 43); Max value from RGB is 21 - color contains mainly: red. Hex color #15080E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #15080E is #EAF7F1. Grayscale: #0C0C0C. Windows color (decimal): -15398898 or 919573. OLE color: 919573.

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

Color convert

RGB21814-
CMYK00.620.330.92
HSL332.31º44.83%5.69%-
HSV(B)332.31º61.9%8.24%-
XYZ0.480.360.46-
YUV12.57128.81134.01-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 48.84%
GREEN value IS 8 (3.52% from 255) = 18.60%
BLUE value IS 14 (5.86% from 255) = 32.56%
R=48.84%
G=18.60%
B=32.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.33
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2181400.620.330.92332.3144.835.69
Hex158E03E215C14c2d6
Octal25101607641134514556
Binary101011000111001111101000011011100101001100101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15080E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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