#211013

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

Shades of Rustic Red #211013

Tints of Rustic Red #211013

Color information

#211013 (or 0x211013) is unknown color: approx Rustic Red. HEX triplet: 21, 10 and 13. RGB value is (33,16,19). Sum of RGB (Red+Green+Blue) = 33+16+19=68 (9% of max value = 765). Red value is 33 (13.28% from 255 or 48.53% from 68); Green value is 16 (6.64% from 255 or 23.53% from 68); Blue value is 19 (7.81% from 255 or 27.94% from 68); Max value from RGB is 33 - color contains mainly: red. Hex color #211013 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #211013 is #DEEFEC. Grayscale: #151515. Windows color (decimal): -14610413 or 1249313. OLE color: 1249313.

HSL color Cylindrical-coordinate representation of color #211013: hue angle of 349.41º 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 #211013 is Cyan = 0, Magento = 0.52, Yellow = 0.42 and Black (K on CMYK) = 0.87.

Color convert

RGB331619-
CMYK00.520.420.87
HSL349.41º34.69%9.61%-
HSV(B)349.41º51.52%12.94%-
XYZ0.930.740.71-
YUV21.42126.63136.26-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 48.53%
GREEN value IS 16 (6.64% from 255) = 23.53%
BLUE value IS 19 (7.81% from 255) = 27.94%
R=48.53%
G=23.53%
B=27.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.42
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal33161900.520.420.87349.4134.699.61
Hex2110130342A5715d23a
Octal412023064521275354312
Binary1000011000010011011010010101010101111010111011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211013; }

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

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

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

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

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

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

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

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