#210F10

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

Shades of Rustic Red #210F10

Tints of Rustic Red #210F10

Color information

#210F10 (or 0x210F10) is unknown color: approx Rustic Red. HEX triplet: 21, 0F and 10. RGB value is (33,15,16). Sum of RGB (Red+Green+Blue) = 33+15+16=64 (8% of max value = 765). Red value is 33 (13.28% from 255 or 51.56% from 64); Green value is 15 (6.25% from 255 or 23.44% from 64); Blue value is 16 (6.64% from 255 or 25% from 64); Max value from RGB is 33 - color contains mainly: red. Hex color #210F10 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #210F10 is #DEF0EF. Grayscale: #141414. Windows color (decimal): -14610672 or 1052449. OLE color: 1052449.

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

Color convert

RGB331516-
CMYK00.550.520.87
HSL356.67º37.5%9.41%-
HSV(B)356.67º54.55%12.94%-
XYZ0.890.70.58-
YUV20.5125.46136.92-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 51.56%
GREEN value IS 15 (6.25% from 255) = 23.44%
BLUE value IS 16 (6.64% from 255) = 25%
R=51.56%
G=23.44%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.52
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal33151600.550.520.87356.6737.59.41
Hex21F100373457165269
Octal411720067641275454611
Binary100001111110000011011111010010101111011001011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210F10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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