Html Css Color HEX #520001 Rustic Red

📋 copy color: '#520001'

red 82 ◦ green 0 ◦ blue 1

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

Shades of Rustic Red #520001

Tints of Rustic Red #520001

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 1.2%

R = 98.8%
G = 0%
B = 1.2%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.99

 K value IS 0.68

RGB Variations

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

Color information

#520001 (or 0x520001) is known color: Rustic Red. HEX triplet: 52, 00 and 01. RGB value is (82,0,1). Sum of RGB (Red+Green+Blue) = 82+0+1=83 (10% of max value = 765). Red value is 82 (32.42% from 255 or 98.80% from 83); Green value is 0 (0.39% from 255 or 0% from 83); Blue value is 1 (0.78% from 255 or 1.20% from 83); Max value from RGB is 82 - color contains mainly: red. Hex color #520001 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #520001 is #ADFFFE. Grayscale: #181818. Windows color (decimal): -11403263 or 65618. OLE color: 65618.

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

Color convert

RGB 82 0 1 -
CMYK 0 1 0.99 0.68
HSL 359.27º 1% 0.16% -
HSV(B) 359.27º 1% 0.32% -
XYZ 3.49 1.8 0.19 -
YUV 24.63 114.67 168.92 -
System Red Green Blue C M Y K H S L
Decimal 82 0 1 0 1 0.99 0.68 359.27 1 0.16
Hex 52 0 1 0 64 63 44 167 64 10
Octal 122 0 1 0 144 143 104 547 144 20
Binary 1010010 0 1 0 1100100 1100011 1000100 101100111 1100100 10000

Color Harmonies of #520001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520001

Black with #520001

Text Example


Text Example

White with #520001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520001; }

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

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

background-color css

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

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

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

border-color css

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

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

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