#211015

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

Shades of Rustic Red #211015

Tints of Rustic Red #211015

Color information

#211015 (or 0x211015) is unknown color: approx Rustic Red. HEX triplet: 21, 10 and 15. RGB value is (33,16,21). Sum of RGB (Red+Green+Blue) = 33+16+21=70 (9% of max value = 765). Red value is 33 (13.28% from 255 or 47.14% from 70); Green value is 16 (6.64% from 255 or 22.86% from 70); Blue value is 21 (8.59% from 255 or 30% from 70); Max value from RGB is 33 - color contains mainly: red. Hex color #211015 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #211015 is #DEEFEA. Grayscale: #151515. Windows color (decimal): -14610411 or 1380385. OLE color: 1380385.

HSL color Cylindrical-coordinate representation of color #211015: hue angle of 342.35º degrees, saturation: 0.35, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #211015 is Cyan = 0, Magento = 0.52, Yellow = 0.36 and Black (K on CMYK) = 0.87.

Color convert

RGB331621-
CMYK00.520.360.87
HSL342.35º34.69%9.61%-
HSV(B)342.35º51.52%12.94%-
XYZ0.950.750.8-
YUV21.65127.63136.09-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 47.14%
GREEN value IS 16 (6.64% from 255) = 22.86%
BLUE value IS 21 (8.59% from 255) = 30%
R=47.14%
G=22.86%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.36
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal33162100.520.360.87342.3534.699.61
Hex211015034245715623a
Octal412025064441275264312
Binary1000011000010101011010010010010101111010101101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211015; }

 p { color: rgb(33,16,21); }

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

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

 a { background-color: rgb(33,16,21); }

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

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

 span { border-color: rgb(33,16,21); }

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