Html Css Color HEX #210509 Rustic Red

📋 copy color: '#210509'

red 33 ◦ green 5 ◦ blue 9

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

Shades of Rustic Red #210509

Tints of Rustic Red #210509

RGB

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

 GREEN value IS 5 (2.34% from 255) = 10.64%

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

R = 70.21%
G = 10.64%
B = 19.15%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.73

 K value IS 0.87

RGB Variations

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

Color information

#210509 (or 0x210509) is known color: Rustic Red. HEX triplet: 21, 05 and 09. RGB value is (33,5,9). Sum of RGB (Red+Green+Blue) = 33+5+9=47 (6% of max value = 765). Red value is 33 (13.28% from 255 or 70.21% from 47); Green value is 5 (2.34% from 255 or 10.64% from 47); Blue value is 9 (3.91% from 255 or 19.15% from 47); Max value from RGB is 33 - color contains mainly: red. Hex color #210509 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #210509 is #DEFAF6. Grayscale: #0D0D0D. Windows color (decimal): -14613239 or 591137. OLE color: 591137.

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

Color convert

RGB 33 5 9 -
CMYK 0 0.85 0.73 0.87
HSL 351.43º 0.74% 0.07% -
HSV(B) 351.43º 0.85% 0.13% -
XYZ 0.73 0.45 0.31 -
YUV 13.83 125.28 141.67 -
System Red Green Blue C M Y K H S L
Decimal 33 5 9 0 0.85 0.73 0.87 351.43 0.74 0.07
Hex 21 5 9 0 55 49 57 15F 4A 7
Octal 41 5 11 0 125 111 127 537 112 7
Binary 100001 101 1001 0 1010101 1001001 1010111 101011111 1001010 111

Color Harmonies of #210509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210509

Black with #210509

Text Example


Text Example

White with #210509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #210509; }

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

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

background-color css

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

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

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

border-color css

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

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

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