Html Css Color HEX #520203 Rustic Red

📋 copy color: '#520203'

red 82 ◦ green 2 ◦ blue 3

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

Shades of Rustic Red #520203

Tints of Rustic Red #520203

RGB

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

 GREEN value IS 2 (1.17% from 255) = 2.3%

 BLUE value IS 3 (1.56% from 255) = 3.45%

R = 94.25%
G = 2.3%
B = 3.45%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.96

 K value IS 0.68

RGB Variations

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

Color information

#520203 (or 0x520203) is known color: Rustic Red. HEX triplet: 52, 02 and 03. RGB value is (82,2,3). Sum of RGB (Red+Green+Blue) = 82+2+3=87 (11% of max value = 765). Red value is 82 (32.42% from 255 or 94.25% from 87); Green value is 2 (1.17% from 255 or 2.30% from 87); Blue value is 3 (1.56% from 255 or 3.45% from 87); Max value from RGB is 82 - color contains mainly: red. Hex color #520203 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #520203 is #ADFDFC. Grayscale: #1A1A1A. Windows color (decimal): -11402749 or 197202. OLE color: 197202.

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

Color convert

RGB 82 2 3 -
CMYK 0 0.98 0.96 0.68
HSL 359.25º 0.95% 0.16% -
HSV(B) 359.25º 0.98% 0.32% -
XYZ 3.52 1.84 0.26 -
YUV 26.03 115 167.92 -
System Red Green Blue C M Y K H S L
Decimal 82 2 3 0 0.98 0.96 0.68 359.25 0.95 0.16
Hex 52 2 3 0 62 60 44 167 5F 10
Octal 122 2 3 0 142 140 104 547 137 20
Binary 1010010 10 11 0 1100010 1100000 1000100 101100111 1011111 10000

Color Harmonies of #520203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520203

Black with #520203

Text Example


Text Example

White with #520203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520203; }

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

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

background-color css

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

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

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

border-color css

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

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

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