#15050C

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

Shades of Rustic Red #15050C

Tints of Rustic Red #15050C

Color information

#15050C (or 0x15050C) is unknown color: approx Rustic Red. HEX triplet: 15, 05 and 0C. RGB value is (21,5,12). Sum of RGB (Red+Green+Blue) = 21+5+12=38 (5% of max value = 765). Red value is 21 (8.59% from 255 or 55.26% from 38); Green value is 5 (2.34% from 255 or 13.16% from 38); Blue value is 12 (5.08% from 255 or 31.58% from 38); Max value from RGB is 21 - color contains mainly: red. Hex color #15050C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #15050C is #EAFAF3. Grayscale: #0A0A0A. Windows color (decimal): -15399668 or 787733. OLE color: 787733.

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

Color convert

RGB21512-
CMYK00.760.430.92
HSL333.75º61.54%5.1%-
HSV(B)333.75º76.19%8.24%-
XYZ0.430.290.38-
YUV10.58128.8135.43-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 55.26%
GREEN value IS 5 (2.34% from 255) = 13.16%
BLUE value IS 12 (5.08% from 255) = 31.58%
R=55.26%
G=13.16%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.43
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2151200.760.430.92333.7561.545.1
Hex155C04C2B5C14e3e5
Octal25514011453134516765
Binary101011011100010011001010111011100101001110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15050C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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