Html Css Color HEX #520307 Rustic Red

📋 copy color: '#520307'

red 82 ◦ green 3 ◦ blue 7

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

Shades of Rustic Red #520307

Tints of Rustic Red #520307

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 7.61%

R = 89.13%
G = 3.26%
B = 7.61%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.91

 K value IS 0.68

RGB Variations

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

Color information

#520307 (or 0x520307) is known color: Rustic Red. HEX triplet: 52, 03 and 07. RGB value is (82,3,7). Sum of RGB (Red+Green+Blue) = 82+3+7=92 (12% of max value = 765). Red value is 82 (32.42% from 255 or 89.13% from 92); Green value is 3 (1.56% from 255 or 3.26% from 92); Blue value is 7 (3.12% from 255 or 7.61% from 92); Max value from RGB is 82 - color contains mainly: red. Hex color #520307 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #520307 is #ADFCF8. Grayscale: #1B1B1B. Windows color (decimal): -11402489 or 459602. OLE color: 459602.

HSL color Cylindrical-coordinate representation of color #520307: hue angle of 356.96º 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 #520307 is Cyan = 0, Magento = 0.96, Yellow = 0.91 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 3 7 -
CMYK 0 0.96 0.91 0.68
HSL 356.96º 0.93% 0.17% -
HSV(B) 356.96º 0.96% 0.32% -
XYZ 3.55 1.87 0.38 -
YUV 27.08 116.67 167.17 -
System Red Green Blue C M Y K H S L
Decimal 82 3 7 0 0.96 0.91 0.68 356.96 0.93 0.17
Hex 52 3 7 0 60 5B 44 165 5D 11
Octal 122 3 7 0 140 133 104 545 135 21
Binary 1010010 11 111 0 1100000 1011011 1000100 101100101 1011101 10001

Color Harmonies of #520307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520307

Black with #520307

Text Example


Text Example

White with #520307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520307; }

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

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

background-color css

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

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

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

border-color css

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

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

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