Html Css Color HEX #210409 Rustic Red

📋 copy color: '#210409'

red 33 ◦ green 4 ◦ blue 9

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

Shades of Rustic Red #210409

Tints of Rustic Red #210409

RGB

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

 GREEN value IS 4 (1.95% from 255) = 8.7%

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

R = 71.74%
G = 8.7%
B = 19.57%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.73

 K value IS 0.87

RGB Variations

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

Color information

#210409 (or 0x210409) is known color: Rustic Red. HEX triplet: 21, 04 and 09. RGB value is (33,4,9). Sum of RGB (Red+Green+Blue) = 33+4+9=46 (6% of max value = 765). Red value is 33 (13.28% from 255 or 71.74% from 46); Green value is 4 (1.95% from 255 or 8.70% from 46); Blue value is 9 (3.91% from 255 or 19.57% from 46); Max value from RGB is 33 - color contains mainly: red. Hex color #210409 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #210409 is #DEFBF6. Grayscale: #0D0D0D. Windows color (decimal): -14613495 or 590881. OLE color: 590881.

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

Color convert

RGB 33 4 9 -
CMYK 0 0.88 0.73 0.87
HSL 349.66º 0.78% 0.07% -
HSV(B) 349.66º 0.88% 0.13% -
XYZ 0.72 0.43 0.3 -
YUV 13.24 125.61 142.09 -
System Red Green Blue C M Y K H S L
Decimal 33 4 9 0 0.88 0.73 0.87 349.66 0.78 0.07
Hex 21 4 9 0 58 49 57 15E 4E 7
Octal 41 4 11 0 130 111 127 536 116 7
Binary 100001 100 1001 0 1011000 1001001 1010111 101011110 1001110 111

Color Harmonies of #210409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210409

Black with #210409

Text Example


Text Example

White with #210409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #210409; }

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

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

background-color css

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

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

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

border-color css

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

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

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