#15020B

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

Shades of Rustic Red #15020B

Tints of Rustic Red #15020B

Color information

#15020B (or 0x15020B) is unknown color: approx Rustic Red. HEX triplet: 15, 02 and 0B. RGB value is (21,2,11). Sum of RGB (Red+Green+Blue) = 21+2+11=34 (4% of max value = 765). Red value is 21 (8.59% from 255 or 61.76% from 34); Green value is 2 (1.17% from 255 or 5.88% from 34); Blue value is 11 (4.69% from 255 or 32.35% from 34); Max value from RGB is 21 - color contains mainly: red. Hex color #15020B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #15020B is #EAFDF4. Grayscale: #080808. Windows color (decimal): -15400437 or 721429. OLE color: 721429.

HSL color Cylindrical-coordinate representation of color #15020B: hue angle of 331.58º degrees, saturation: 0.83, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #15020B is Cyan = 0, Magento = 0.90, Yellow = 0.48 and Black (K on CMYK) = 0.92.

Color convert

RGB21211-
CMYK00.900.480.92
HSL331.58º82.61%4.51%-
HSV(B)331.58º90.48%8.24%-
XYZ0.390.230.34-
YUV8.71129.29136.77-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 61.76%
GREEN value IS 2 (1.17% from 255) = 5.88%
BLUE value IS 11 (4.69% from 255) = 32.35%
R=61.76%
G=5.88%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.48
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2121100.900.480.92331.5882.614.51
Hex152B05A305C14c535
Octal252130132601345141235
Binary101011010110101101011000010111001010011001010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15020B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15020B; }

 p { color: rgb(21,2,11); }

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

<style>
 a { background-color: #15020B; }

 a { background-color: rgb(21,2,11); }

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

<style>
 span { border-color: #15020B; }

 span { border-color: rgb(21,2,11); }

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