#210713

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

Shades of Rustic Red #210713

Tints of Rustic Red #210713

Color information

#210713 (or 0x210713) is unknown color: approx Rustic Red. HEX triplet: 21, 07 and 13. RGB value is (33,7,19). Sum of RGB (Red+Green+Blue) = 33+7+19=59 (7% of max value = 765). Red value is 33 (13.28% from 255 or 55.93% from 59); Green value is 7 (3.12% from 255 or 11.86% from 59); Blue value is 19 (7.81% from 255 or 32.20% from 59); Max value from RGB is 33 - color contains mainly: red. Hex color #210713 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #210713 is #DEF8EC. Grayscale: #101010. Windows color (decimal): -14612717 or 1247009. OLE color: 1247009.

HSL color Cylindrical-coordinate representation of color #210713: hue angle of 332.31º degrees, saturation: 0.65, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #210713 is Cyan = 0, Magento = 0.79, Yellow = 0.42 and Black (K on CMYK) = 0.87.

Color convert

RGB33719-
CMYK00.790.420.87
HSL332.31º65%7.84%-
HSV(B)332.31º78.79%12.94%-
XYZ0.820.520.67-
YUV16.14129.61140.02-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 55.93%
GREEN value IS 7 (3.12% from 255) = 11.86%
BLUE value IS 19 (7.81% from 255) = 32.20%
R=55.93%
G=11.86%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.42
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3371900.790.420.87332.31657.84
Hex2171304F2A5714c418
Octal4172301175212751410110
Binary1000011111001101001111101010101011110100110010000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210713

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #210713; }

 p { color: rgb(33,7,19); }

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

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

 a { background-color: rgb(33,7,19); }

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

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

 span { border-color: rgb(33,7,19); }

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