#210311

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

Shades of Rustic Red #210311

Tints of Rustic Red #210311

Color information

#210311 (or 0x210311) is unknown color: approx Rustic Red. HEX triplet: 21, 03 and 11. RGB value is (33,3,17). Sum of RGB (Red+Green+Blue) = 33+3+17=53 (7% of max value = 765). Red value is 33 (13.28% from 255 or 62.26% from 53); Green value is 3 (1.56% from 255 or 5.66% from 53); Blue value is 17 (7.03% from 255 or 32.08% from 53); Max value from RGB is 33 - color contains mainly: red. Hex color #210311 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #210311 is #DEFCEE. Grayscale: #0D0D0D. Windows color (decimal): -14613743 or 1114913. OLE color: 1114913.

HSL color Cylindrical-coordinate representation of color #210311: hue angle of 332º degrees, saturation: 0.83, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #210311 is Cyan = 0, Magento = 0.91, Yellow = 0.48 and Black (K on CMYK) = 0.87.

Color convert

RGB33317-
CMYK00.910.480.87
HSL332º83.33%7.06%-
HSV(B)332º90.91%12.94%-
XYZ0.760.430.57-
YUV13.57129.94141.86-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 62.26%
GREEN value IS 3 (1.56% from 255) = 5.66%
BLUE value IS 17 (7.03% from 255) = 32.08%
R=62.26%
G=5.66%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.48
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3331700.910.480.8733283.337.06
Hex2131105B305714c537
Octal413210133601275141237
Binary10000111100010101101111000010101111010011001010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #210311; }

 p { color: rgb(33,3,17); }

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

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

 a { background-color: rgb(33,3,17); }

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

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

 span { border-color: rgb(33,3,17); }

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