Html Css Color HEX #520304 Rustic Red

📋 copy color: '#520304'

red 82 ◦ green 3 ◦ blue 4

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

Shades of Rustic Red #520304

Tints of Rustic Red #520304

RGB

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

 GREEN value IS 3 (1.56% from 255) = 3.37%

 BLUE value IS 4 (1.95% from 255) = 4.49%

R = 92.13%
G = 3.37%
B = 4.49%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.95

 K value IS 0.68

RGB Variations

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

Color information

#520304 (or 0x520304) is known color: Rustic Red. HEX triplet: 52, 03 and 04. RGB value is (82,3,4). Sum of RGB (Red+Green+Blue) = 82+3+4=89 (11% of max value = 765). Red value is 82 (32.42% from 255 or 92.13% from 89); Green value is 3 (1.56% from 255 or 3.37% from 89); Blue value is 4 (1.95% from 255 or 4.49% from 89); Max value from RGB is 82 - color contains mainly: red. Hex color #520304 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #520304 is #ADFCFB. Grayscale: #1A1A1A. Windows color (decimal): -11402492 or 262994. OLE color: 262994.

HSL color Cylindrical-coordinate representation of color #520304: hue angle of 359.24º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #520304 is Cyan = 0, Magento = 0.96, Yellow = 0.95 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 3 4 -
CMYK 0 0.96 0.95 0.68
HSL 359.24º 0.93% 0.17% -
HSV(B) 359.24º 0.96% 0.32% -
XYZ 3.53 1.87 0.29 -
YUV 26.74 115.17 167.42 -
System Red Green Blue C M Y K H S L
Decimal 82 3 4 0 0.96 0.95 0.68 359.24 0.93 0.17
Hex 52 3 4 0 60 5F 44 167 5D 11
Octal 122 3 4 0 140 137 104 547 135 21
Binary 1010010 11 100 0 1100000 1011111 1000100 101100111 1011101 10001

Color Harmonies of #520304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520304

Black with #520304

Text Example


Text Example

White with #520304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520304; }

 p { color: rgb(82,3,4); }

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

background-color css

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

 a { background-color: rgb(82,3,4); }

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

border-color css

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

 span { border-color: rgb(82,3,4); }

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