#15080D

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

Shades of Rustic Red #15080D

Tints of Rustic Red #15080D

Color information

#15080D (or 0x15080D) is unknown color: approx Rustic Red. HEX triplet: 15, 08 and 0D. RGB value is (21,8,13). Sum of RGB (Red+Green+Blue) = 21+8+13=42 (5% of max value = 765). Red value is 21 (8.59% from 255 or 50% from 42); Green value is 8 (3.52% from 255 or 19.05% from 42); Blue value is 13 (5.47% from 255 or 30.95% from 42); Max value from RGB is 21 - color contains mainly: red. Hex color #15080D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #15080D is #EAF7F2. Grayscale: #0C0C0C. Windows color (decimal): -15398899 or 854037. OLE color: 854037.

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

Color convert

RGB21813-
CMYK00.620.380.92
HSL336.92º44.83%5.69%-
HSV(B)336.92º61.9%8.24%-
XYZ0.470.360.43-
YUV12.46128.31134.09-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 50%
GREEN value IS 8 (3.52% from 255) = 19.05%
BLUE value IS 13 (5.47% from 255) = 30.95%
R=50%
G=19.05%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.38
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2181300.620.380.92336.9244.835.69
Hex158D03E265C1512d6
Octal25101507646134521556
Binary101011000110101111101001101011100101010001101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15080D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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