#210E14

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

Shades of Rustic Red #210E14

Tints of Rustic Red #210E14

Color information

#210E14 (or 0x210E14) is unknown color: approx Rustic Red. HEX triplet: 21, 0E and 14. RGB value is (33,14,20). Sum of RGB (Red+Green+Blue) = 33+14+20=67 (8% of max value = 765). Red value is 33 (13.28% from 255 or 49.25% from 67); Green value is 14 (5.86% from 255 or 20.90% from 67); Blue value is 20 (8.20% from 255 or 29.85% from 67); Max value from RGB is 33 - color contains mainly: red. Hex color #210E14 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #210E14 is #DEF1EB. Grayscale: #141414. Windows color (decimal): -14610924 or 1314337. OLE color: 1314337.

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

Color convert

RGB331420-
CMYK00.580.390.87
HSL341.05º40.43%9.22%-
HSV(B)341.05º57.58%12.94%-
XYZ0.910.690.75-
YUV20.37127.79137.01-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 49.25%
GREEN value IS 14 (5.86% from 255) = 20.90%
BLUE value IS 20 (8.20% from 255) = 29.85%
R=49.25%
G=20.90%
B=29.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.39
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal33142000.580.390.87341.0540.439.22
Hex21E1403A2757155289
Octal411624072471275255011
Binary100001111010100011101010011110101111010101011010001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210E14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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