#210F12

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

Shades of Rustic Red #210F12

Tints of Rustic Red #210F12

Color information

#210F12 (or 0x210F12) is unknown color: approx Rustic Red. HEX triplet: 21, 0F and 12. RGB value is (33,15,18). Sum of RGB (Red+Green+Blue) = 33+15+18=66 (8% of max value = 765). Red value is 33 (13.28% from 255 or 50% from 66); Green value is 15 (6.25% from 255 or 22.73% from 66); Blue value is 18 (7.42% from 255 or 27.27% from 66); Max value from RGB is 33 - color contains mainly: red. Hex color #210F12 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #210F12 is #DEF0ED. Grayscale: #141414. Windows color (decimal): -14610670 or 1183521. OLE color: 1183521.

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

Color convert

RGB331518-
CMYK00.550.450.87
HSL350º37.5%9.41%-
HSV(B)350º54.55%12.94%-
XYZ0.910.710.66-
YUV20.72126.46136.76-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 50%
GREEN value IS 15 (6.25% from 255) = 22.73%
BLUE value IS 18 (7.42% from 255) = 27.27%
R=50%
G=22.73%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.45
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal33151800.550.450.8735037.59.41
Hex21F120372D5715e269
Octal411722067551275364611
Binary100001111110010011011110110110101111010111101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210F12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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