Html Css Color HEX #520308 Rustic Red

📋 copy color: '#520308'

red 82 ◦ green 3 ◦ blue 8

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

Shades of Rustic Red #520308

Tints of Rustic Red #520308

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 8.6%

R = 88.17%
G = 3.23%
B = 8.6%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.90

 K value IS 0.68

RGB Variations

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

Color information

#520308 (or 0x520308) is known color: Rustic Red. HEX triplet: 52, 03 and 08. RGB value is (82,3,8). Sum of RGB (Red+Green+Blue) = 82+3+8=93 (12% of max value = 765). Red value is 82 (32.42% from 255 or 88.17% from 93); Green value is 3 (1.56% from 255 or 3.23% from 93); Blue value is 8 (3.52% from 255 or 8.60% from 93); Max value from RGB is 82 - color contains mainly: red. Hex color #520308 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #520308 is #ADFCF7. Grayscale: #1B1B1B. Windows color (decimal): -11402488 or 525138. OLE color: 525138.

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

Color convert

RGB 82 3 8 -
CMYK 0 0.96 0.90 0.68
HSL 356.2º 0.93% 0.17% -
HSV(B) 356.2º 0.96% 0.32% -
XYZ 3.56 1.88 0.4 -
YUV 27.19 117.17 167.09 -
System Red Green Blue C M Y K H S L
Decimal 82 3 8 0 0.96 0.90 0.68 356.2 0.93 0.17
Hex 52 3 8 0 60 5A 44 164 5D 11
Octal 122 3 10 0 140 132 104 544 135 21
Binary 1010010 11 1000 0 1100000 1011010 1000100 101100100 1011101 10001

Color Harmonies of #520308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520308

Black with #520308

Text Example


Text Example

White with #520308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520308; }

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

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

background-color css

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

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

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

border-color css

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

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

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