Html Css Color HEX #520109 Rustic Red

📋 copy color: '#520109'

red 82 ◦ green 1 ◦ blue 9

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

Shades of Rustic Red #520109

Tints of Rustic Red #520109

RGB

 RED value IS 82 (32.42% from 255) = 89.13%

 GREEN value IS 1 (0.78% from 255) = 1.09%

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

R = 89.13%
G = 1.09%
B = 9.78%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.89

 K value IS 0.68

RGB Variations

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

Color information

#520109 (or 0x520109) is known color: Rustic Red. HEX triplet: 52, 01 and 09. RGB value is (82,1,9). Sum of RGB (Red+Green+Blue) = 82+1+9=92 (12% of max value = 765). Red value is 82 (32.42% from 255 or 89.13% from 92); Green value is 1 (0.78% from 255 or 1.09% from 92); Blue value is 9 (3.91% from 255 or 9.78% from 92); Max value from RGB is 82 - color contains mainly: red. Hex color #520109 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #520109 is #ADFEF6. Grayscale: #1A1A1A. Windows color (decimal): -11402999 or 590162. OLE color: 590162.

HSL color Cylindrical-coordinate representation of color #520109: hue angle of 354.07º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #520109 is Cyan = 0, Magento = 0.99, Yellow = 0.89 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 1 9 -
CMYK 0 0.99 0.89 0.68
HSL 354.07º 0.98% 0.16% -
HSV(B) 354.07º 0.99% 0.32% -
XYZ 3.54 1.84 0.43 -
YUV 26.13 118.34 167.85 -
System Red Green Blue C M Y K H S L
Decimal 82 1 9 0 0.99 0.89 0.68 354.07 0.98 0.16
Hex 52 1 9 0 63 59 44 162 62 10
Octal 122 1 11 0 143 131 104 542 142 20
Binary 1010010 1 1001 0 1100011 1011001 1000100 101100010 1100010 10000

Color Harmonies of #520109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520109

Black with #520109

Text Example


Text Example

White with #520109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520109; }

 p { color: rgb(82,1,9); }

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

background-color css

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

 a { background-color: rgb(82,1,9); }

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

border-color css

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

 span { border-color: rgb(82,1,9); }

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