Html Css Color HEX #210911 Rustic Red

📋 copy color: '#210911'

red 33 ◦ green 9 ◦ blue 17

#210911
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rustic Red #210911

Tints of Rustic Red #210911

RGB

 RED value IS 33 (13.28% from 255) = 55.93%

 GREEN value IS 9 (3.91% from 255) = 15.25%

 BLUE value IS 17 (7.03% from 255) = 28.81%

R = 55.93%
G = 15.25%
B = 28.81%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.48

 K value IS 0.87

RGB Variations

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

Color information

#210911 (or 0x210911) is known color: Rustic Red. HEX triplet: 21, 09 and 11. RGB value is (33,9,17). Sum of RGB (Red+Green+Blue) = 33+9+17=59 (7% of max value = 765). Red value is 33 (13.28% from 255 or 55.93% from 59); Green value is 9 (3.91% from 255 or 15.25% from 59); Blue value is 17 (7.03% from 255 or 28.81% from 59); Max value from RGB is 33 - color contains mainly: red. Hex color #210911 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #210911 is #DEF6EE. Grayscale: #111111. Windows color (decimal): -14612207 or 1116449. OLE color: 1116449.

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

Color convert

RGB 33 9 17 -
CMYK 0 0.73 0.48 0.87
HSL 340º 0.57% 0.08% -
HSV(B) 340º 0.73% 0.13% -
XYZ 0.83 0.56 0.59 -
YUV 17.09 127.95 139.35 -
System Red Green Blue C M Y K H S L
Decimal 33 9 17 0 0.73 0.48 0.87 340 0.57 0.08
Hex 21 9 11 0 49 30 57 154 39 8
Octal 41 11 21 0 111 60 127 524 71 10
Binary 100001 1001 10001 0 1001001 110000 1010111 101010100 111001 1000

Color Harmonies of #210911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210911

Black with #210911

Text Example


Text Example

White with #210911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #210911; }

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

 H1.HeaderClassName
 {
   color: #210911;
 }
 .AnyTagClassName
 {
   color: #210911;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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