Html Css Color HEX #210913 Rustic Red

📋 copy color: '#210913'

red 33 ◦ green 9 ◦ blue 19

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

Shades of Rustic Red #210913

Tints of Rustic Red #210913

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 31.15%

R = 54.1%
G = 14.75%
B = 31.15%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.42

 K value IS 0.87

RGB Variations

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

Color information

#210913 (or 0x210913) is known color: Rustic Red. HEX triplet: 21, 09 and 13. RGB value is (33,9,19). Sum of RGB (Red+Green+Blue) = 33+9+19=61 (8% of max value = 765). Red value is 33 (13.28% from 255 or 54.10% from 61); Green value is 9 (3.91% from 255 or 14.75% from 61); Blue value is 19 (7.81% from 255 or 31.15% from 61); Max value from RGB is 33 - color contains mainly: red. Hex color #210913 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #210913 is #DEF6EC. Grayscale: #111111. Windows color (decimal): -14612205 or 1247521. OLE color: 1247521.

HSL color Cylindrical-coordinate representation of color #210913: hue angle of 335º 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 #210913 is Cyan = 0, Magento = 0.73, Yellow = 0.42 and Black (K on CMYK) = 0.87.

Color convert

RGB 33 9 19 -
CMYK 0 0.73 0.42 0.87
HSL 335º 0.57% 0.08% -
HSV(B) 335º 0.73% 0.13% -
XYZ 0.84 0.57 0.68 -
YUV 17.32 128.95 139.19 -
System Red Green Blue C M Y K H S L
Decimal 33 9 19 0 0.73 0.42 0.87 335 0.57 0.08
Hex 21 9 13 0 49 2A 57 14F 39 8
Octal 41 11 23 0 111 52 127 517 71 10
Binary 100001 1001 10011 0 1001001 101010 1010111 101001111 111001 1000

Color Harmonies of #210913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210913

Black with #210913

Text Example


Text Example

White with #210913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #210913; }

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

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

background-color css

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

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

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

border-color css

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

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

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