Html Css Color HEX #520C0D Rustic Red

📋 copy color: '#520C0D'

red 82 ◦ green 12 ◦ blue 13

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

Shades of Rustic Red #520C0D

Tints of Rustic Red #520C0D

RGB

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

 GREEN value IS 12 (5.08% from 255) = 11.21%

 BLUE value IS 13 (5.47% from 255) = 12.15%

R = 76.64%
G = 11.21%
B = 12.15%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.84

 K value IS 0.68

RGB Variations

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

Color information

#520C0D (or 0x520C0D) is known color: Rustic Red. HEX triplet: 52, 0C and 0D. RGB value is (82,12,13). Sum of RGB (Red+Green+Blue) = 82+12+13=107 (14% of max value = 765). Red value is 82 (32.42% from 255 or 76.64% from 107); Green value is 12 (5.08% from 255 or 11.21% from 107); Blue value is 13 (5.47% from 255 or 12.15% from 107); Max value from RGB is 82 - color contains mainly: red. Hex color #520C0D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #520C0D is #ADF3F2. Grayscale: #212121. Windows color (decimal): -11400179 or 855122. OLE color: 855122.

HSL color Cylindrical-coordinate representation of color #520C0D: hue angle of 359.14º degrees, saturation: 0.74, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #520C0D is Cyan = 0, Magento = 0.85, Yellow = 0.84 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 12 13 -
CMYK 0 0.85 0.84 0.68
HSL 359.14º 0.74% 0.18% -
HSV(B) 359.14º 0.85% 0.32% -
XYZ 3.68 2.09 0.59 -
YUV 33.04 116.69 162.92 -
System Red Green Blue C M Y K H S L
Decimal 82 12 13 0 0.85 0.84 0.68 359.14 0.74 0.18
Hex 52 C D 0 55 54 44 167 4A 12
Octal 122 14 15 0 125 124 104 547 112 22
Binary 1010010 1100 1101 0 1010101 1010100 1000100 101100111 1001010 10010

Color Harmonies of #520C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520C0D

Black with #520C0D

Text Example


Text Example

White with #520C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520C0D; }

 p { color: rgb(82,12,13); }

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

background-color css

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

 a { background-color: rgb(82,12,13); }

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

border-color css

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

 span { border-color: rgb(82,12,13); }

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