#210F11

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

Shades of Rustic Red #210F11

Tints of Rustic Red #210F11

Color information

#210F11 (or 0x210F11) is unknown color: approx Rustic Red. HEX triplet: 21, 0F and 11. RGB value is (33,15,17). Sum of RGB (Red+Green+Blue) = 33+15+17=65 (8% of max value = 765). Red value is 33 (13.28% from 255 or 50.77% from 65); Green value is 15 (6.25% from 255 or 23.08% from 65); Blue value is 17 (7.03% from 255 or 26.15% from 65); Max value from RGB is 33 - color contains mainly: red. Hex color #210F11 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #210F11 is #DEF0EE. Grayscale: #141414. Windows color (decimal): -14610671 or 1117985. OLE color: 1117985.

HSL color Cylindrical-coordinate representation of color #210F11: hue angle of 353.33º degrees, saturation: 0.38, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #210F11 is Cyan = 0, Magento = 0.55, Yellow = 0.48 and Black (K on CMYK) = 0.87.

Color convert

RGB331517-
CMYK00.550.480.87
HSL353.33º37.5%9.41%-
HSV(B)353.33º54.55%12.94%-
XYZ0.90.710.62-
YUV20.61125.96136.84-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 50.77%
GREEN value IS 15 (6.25% from 255) = 23.08%
BLUE value IS 17 (7.03% from 255) = 26.15%
R=50.77%
G=23.08%
B=26.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.48
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal33151700.550.480.87353.3337.59.41
Hex21F110373057161269
Octal411721067601275414611
Binary100001111110001011011111000010101111011000011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210F11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #210F11; }

 p { color: rgb(33,15,17); }

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

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

 a { background-color: rgb(33,15,17); }

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

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

 span { border-color: rgb(33,15,17); }

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