Html Css Color HEX #520108 Rustic Red

📋 copy color: '#520108'

red 82 ◦ green 1 ◦ blue 8

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

Shades of Rustic Red #520108

Tints of Rustic Red #520108

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.1%

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

R = 90.11%
G = 1.1%
B = 8.79%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.90

 K value IS 0.68

RGB Variations

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

Color information

#520108 (or 0x520108) is known color: Rustic Red. HEX triplet: 52, 01 and 08. RGB value is (82,1,8). Sum of RGB (Red+Green+Blue) = 82+1+8=91 (12% of max value = 765). Red value is 82 (32.42% from 255 or 90.11% from 91); Green value is 1 (0.78% from 255 or 1.10% from 91); Blue value is 8 (3.52% from 255 or 8.79% from 91); Max value from RGB is 82 - color contains mainly: red. Hex color #520108 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #520108 is #ADFEF7. Grayscale: #1A1A1A. Windows color (decimal): -11403000 or 524626. OLE color: 524626.

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

Color convert

RGB 82 1 8 -
CMYK 0 0.99 0.90 0.68
HSL 354.81º 0.98% 0.16% -
HSV(B) 354.81º 0.99% 0.32% -
XYZ 3.53 1.83 0.4 -
YUV 26.02 117.84 167.93 -
System Red Green Blue C M Y K H S L
Decimal 82 1 8 0 0.99 0.90 0.68 354.81 0.98 0.16
Hex 52 1 8 0 63 5A 44 163 62 10
Octal 122 1 10 0 143 132 104 543 142 20
Binary 1010010 1 1000 0 1100011 1011010 1000100 101100011 1100010 10000

Color Harmonies of #520108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520108

Black with #520108

Text Example


Text Example

White with #520108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520108; }

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

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

background-color css

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

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

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

border-color css

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

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

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