#210F14

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

Shades of Rustic Red #210F14

Tints of Rustic Red #210F14

Color information

#210F14 (or 0x210F14) is unknown color: approx Rustic Red. HEX triplet: 21, 0F and 14. RGB value is (33,15,20). Sum of RGB (Red+Green+Blue) = 33+15+20=68 (9% of max value = 765). Red value is 33 (13.28% from 255 or 48.53% from 68); Green value is 15 (6.25% from 255 or 22.06% from 68); Blue value is 20 (8.20% from 255 or 29.41% from 68); Max value from RGB is 33 - color contains mainly: red. Hex color #210F14 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #210F14 is #DEF0EB. Grayscale: #141414. Windows color (decimal): -14610668 or 1314593. OLE color: 1314593.

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

Color convert

RGB331520-
CMYK00.550.390.87
HSL343.33º37.5%9.41%-
HSV(B)343.33º54.55%12.94%-
XYZ0.920.720.75-
YUV20.95127.46136.59-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 48.53%
GREEN value IS 15 (6.25% from 255) = 22.06%
BLUE value IS 20 (8.20% from 255) = 29.41%
R=48.53%
G=22.06%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.39
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal33152000.550.390.87343.3337.59.41
Hex21F140372757157269
Octal411724067471275274611
Binary100001111110100011011110011110101111010101111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210F14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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