Html Css Color HEX #210209 Rustic Red

📋 copy color: '#210209'

red 33 ◦ green 2 ◦ blue 9

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

Shades of Rustic Red #210209

Tints of Rustic Red #210209

RGB

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

 GREEN value IS 2 (1.17% from 255) = 4.55%

 BLUE value IS 9 (3.91% from 255) = 20.45%

R = 75%
G = 4.55%
B = 20.45%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.73

 K value IS 0.87

RGB Variations

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

Color information

#210209 (or 0x210209) is known color: Rustic Red. HEX triplet: 21, 02 and 09. RGB value is (33,2,9). Sum of RGB (Red+Green+Blue) = 33+2+9=44 (5% of max value = 765). Red value is 33 (13.28% from 255 or 75% from 44); Green value is 2 (1.17% from 255 or 4.55% from 44); Blue value is 9 (3.91% from 255 or 20.45% from 44); Max value from RGB is 33 - color contains mainly: red. Hex color #210209 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #210209 is #DEFDF6. Grayscale: #0C0C0C. Windows color (decimal): -14614007 or 590369. OLE color: 590369.

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

Color convert

RGB 33 2 9 -
CMYK 0 0.94 0.73 0.87
HSL 346.45º 0.89% 0.07% -
HSV(B) 346.45º 0.94% 0.13% -
XYZ 0.7 0.39 0.3 -
YUV 12.07 126.27 142.93 -
System Red Green Blue C M Y K H S L
Decimal 33 2 9 0 0.94 0.73 0.87 346.45 0.89 0.07
Hex 21 2 9 0 5E 49 57 15A 59 7
Octal 41 2 11 0 136 111 127 532 131 7
Binary 100001 10 1001 0 1011110 1001001 1010111 101011010 1011001 111

Color Harmonies of #210209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210209

Black with #210209

Text Example


Text Example

White with #210209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #210209; }

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

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

background-color css

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

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

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

border-color css

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

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

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