#15080C

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

Shades of Rustic Red #15080C

Tints of Rustic Red #15080C

Color information

#15080C (or 0x15080C) is unknown color: approx Rustic Red. HEX triplet: 15, 08 and 0C. RGB value is (21,8,12). Sum of RGB (Red+Green+Blue) = 21+8+12=41 (5% of max value = 765). Red value is 21 (8.59% from 255 or 51.22% from 41); Green value is 8 (3.52% from 255 or 19.51% from 41); Blue value is 12 (5.08% from 255 or 29.27% from 41); Max value from RGB is 21 - color contains mainly: red. Hex color #15080C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #15080C is #EAF7F3. Grayscale: #0C0C0C. Windows color (decimal): -15398900 or 788501. OLE color: 788501.

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

Color convert

RGB21812-
CMYK00.620.430.92
HSL341.54º44.83%5.69%-
HSV(B)341.54º61.9%8.24%-
XYZ0.460.360.39-
YUV12.34127.81134.17-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 51.22%
GREEN value IS 8 (3.52% from 255) = 19.51%
BLUE value IS 12 (5.08% from 255) = 29.27%
R=51.22%
G=19.51%
B=29.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.43
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2181200.620.430.92341.5444.835.69
Hex158C03E2B5C1562d6
Octal25101407653134526556
Binary101011000110001111101010111011100101010110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15080C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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