#15050D

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

Shades of Rustic Red #15050D

Tints of Rustic Red #15050D

Color information

#15050D (or 0x15050D) is unknown color: approx Rustic Red. HEX triplet: 15, 05 and 0D. RGB value is (21,5,13). Sum of RGB (Red+Green+Blue) = 21+5+13=39 (5% of max value = 765). Red value is 21 (8.59% from 255 or 53.85% from 39); Green value is 5 (2.34% from 255 or 12.82% from 39); Blue value is 13 (5.47% from 255 or 33.33% from 39); Max value from RGB is 21 - color contains mainly: red. Hex color #15050D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #15050D is #EAFAF2. Grayscale: #0A0A0A. Windows color (decimal): -15399667 or 853269. OLE color: 853269.

HSL color Cylindrical-coordinate representation of color #15050D: hue angle of 330º degrees, saturation: 0.62, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #15050D is Cyan = 0, Magento = 0.76, Yellow = 0.38 and Black (K on CMYK) = 0.92.

Color convert

RGB21513-
CMYK00.760.380.92
HSL330º61.54%5.1%-
HSV(B)330º76.19%8.24%-
XYZ0.440.30.42-
YUV10.7129.3135.35-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 53.85%
GREEN value IS 5 (2.34% from 255) = 12.82%
BLUE value IS 13 (5.47% from 255) = 33.33%
R=53.85%
G=12.82%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.38
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2151300.760.380.9233061.545.1
Hex155D04C265C14a3e5
Octal25515011446134512765
Binary101011011101010011001001101011100101001010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15050D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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