#210613

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

Shades of Rustic Red #210613

Tints of Rustic Red #210613

Color information

#210613 (or 0x210613) is unknown color: approx Rustic Red. HEX triplet: 21, 06 and 13. RGB value is (33,6,19). Sum of RGB (Red+Green+Blue) = 33+6+19=58 (7% of max value = 765). Red value is 33 (13.28% from 255 or 56.90% from 58); Green value is 6 (2.73% from 255 or 10.34% from 58); Blue value is 19 (7.81% from 255 or 32.76% from 58); Max value from RGB is 33 - color contains mainly: red. Hex color #210613 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #210613 is #DEF9EC. Grayscale: #0F0F0F. Windows color (decimal): -14612973 or 1246753. OLE color: 1246753.

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

Color convert

RGB33619-
CMYK00.820.420.87
HSL331.11º69.23%7.65%-
HSV(B)331.11º81.82%12.94%-
XYZ0.810.50.67-
YUV15.56129.95140.44-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 56.90%
GREEN value IS 6 (2.73% from 255) = 10.34%
BLUE value IS 19 (7.81% from 255) = 32.76%
R=56.90%
G=10.34%
B=32.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.42
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3361900.820.420.87331.1169.237.65
Hex216130522A5714b458
Octal4162301225212751310510
Binary1000011101001101010010101010101011110100101110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #210613; }

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

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

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

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

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

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

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

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