#211012

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

Shades of Rustic Red #211012

Tints of Rustic Red #211012

Color information

#211012 (or 0x211012) is unknown color: approx Rustic Red. HEX triplet: 21, 10 and 12. RGB value is (33,16,18). Sum of RGB (Red+Green+Blue) = 33+16+18=67 (8% of max value = 765). Red value is 33 (13.28% from 255 or 49.25% from 67); Green value is 16 (6.64% from 255 or 23.88% from 67); Blue value is 18 (7.42% from 255 or 26.87% from 67); Max value from RGB is 33 - color contains mainly: red. Hex color #211012 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #211012 is #DEEFED. Grayscale: #151515. Windows color (decimal): -14610414 or 1183777. OLE color: 1183777.

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

Color convert

RGB331618-
CMYK00.520.450.87
HSL352.94º34.69%9.61%-
HSV(B)352.94º51.52%12.94%-
XYZ0.920.740.67-
YUV21.31126.13136.34-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 49.25%
GREEN value IS 16 (6.64% from 255) = 23.88%
BLUE value IS 18 (7.42% from 255) = 26.87%
R=49.25%
G=23.88%
B=26.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.45
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal33161800.520.450.87352.9434.699.61
Hex2110120342D5716123a
Octal412022064551275414312
Binary1000011000010010011010010110110101111011000011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211012; }

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

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

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

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

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

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

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

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