#15010B

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

Shades of Rustic Red #15010B

Tints of Rustic Red #15010B

Color information

#15010B (or 0x15010B) is unknown color: approx Rustic Red. HEX triplet: 15, 01 and 0B. RGB value is (21,1,11). Sum of RGB (Red+Green+Blue) = 21+1+11=33 (4% of max value = 765). Red value is 21 (8.59% from 255 or 63.64% from 33); Green value is 1 (0.78% from 255 or 3.03% from 33); Blue value is 11 (4.69% from 255 or 33.33% from 33); Max value from RGB is 21 - color contains mainly: red. Hex color #15010B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #15010B is #EAFEF4. Grayscale: #080808. Windows color (decimal): -15400693 or 721173. OLE color: 721173.

HSL color Cylindrical-coordinate representation of color #15010B: hue angle of 330º degrees, saturation: 0.91, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #15010B is Cyan = 0, Magento = 0.95, Yellow = 0.48 and Black (K on CMYK) = 0.92.

Color convert

RGB21111-
CMYK00.950.480.92
HSL330º90.91%4.31%-
HSV(B)330º95.24%8.24%-
XYZ0.380.210.34-
YUV8.12129.63137.19-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 63.64%
GREEN value IS 1 (0.78% from 255) = 3.03%
BLUE value IS 11 (4.69% from 255) = 33.33%
R=63.64%
G=3.03%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.48
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2111100.950.480.9233090.914.31
Hex151B05F305C14a5b4
Octal251130137601345121334
Binary10101110110101111111000010111001010010101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15010B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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