Html Css Color HEX #210009 Rustic Red

📋 copy color: '#210009'

red 33 ◦ green 0 ◦ blue 9

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

Shades of Rustic Red #210009

Tints of Rustic Red #210009

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 78.57%
G = 0%
B = 21.43%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.73

 K value IS 0.87

RGB Variations

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

Color information

#210009 (or 0x210009) is known color: Rustic Red. HEX triplet: 21, 00 and 09. RGB value is (33,0,9). Sum of RGB (Red+Green+Blue) = 33+0+9=42 (5% of max value = 765). Red value is 33 (13.28% from 255 or 78.57% from 42); Green value is 0 (0.39% from 255 or 0% from 42); Blue value is 9 (3.91% from 255 or 21.43% from 42); Max value from RGB is 33 - color contains mainly: red. Hex color #210009 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #210009 is #DEFFF6. Grayscale: #0A0A0A. Windows color (decimal): -14614519 or 589857. OLE color: 589857.

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

Color convert

RGB 33 0 9 -
CMYK 0 1 0.73 0.87
HSL 343.64º 1% 0.06% -
HSV(B) 343.64º 1% 0.13% -
XYZ 0.68 0.34 0.29 -
YUV 10.89 126.93 143.77 -
System Red Green Blue C M Y K H S L
Decimal 33 0 9 0 1 0.73 0.87 343.64 1 0.06
Hex 21 0 9 0 64 49 57 158 64 6
Octal 41 0 11 0 144 111 127 530 144 6
Binary 100001 0 1001 0 1100100 1001001 1010111 101011000 1100100 110

Color Harmonies of #210009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210009

Black with #210009

Text Example


Text Example

White with #210009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #210009; }

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

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

background-color css

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

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

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

border-color css

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

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

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