Html Css Color HEX #520104 Rustic Red

📋 copy color: '#520104'

red 82 ◦ green 1 ◦ blue 4

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

Shades of Rustic Red #520104

Tints of Rustic Red #520104

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 4.6%

R = 94.25%
G = 1.15%
B = 4.6%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.95

 K value IS 0.68

RGB Variations

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

Color information

#520104 (or 0x520104) is known color: Rustic Red. HEX triplet: 52, 01 and 04. RGB value is (82,1,4). Sum of RGB (Red+Green+Blue) = 82+1+4=87 (11% of max value = 765). Red value is 82 (32.42% from 255 or 94.25% from 87); Green value is 1 (0.78% from 255 or 1.15% from 87); Blue value is 4 (1.95% from 255 or 4.60% from 87); Max value from RGB is 82 - color contains mainly: red. Hex color #520104 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #520104 is #ADFEFB. Grayscale: #191919. Windows color (decimal): -11403004 or 262482. OLE color: 262482.

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

Color convert

RGB 82 1 4 -
CMYK 0 0.99 0.95 0.68
HSL 357.78º 0.98% 0.16% -
HSV(B) 357.78º 0.99% 0.32% -
XYZ 3.51 1.82 0.28 -
YUV 25.56 115.84 168.26 -
System Red Green Blue C M Y K H S L
Decimal 82 1 4 0 0.99 0.95 0.68 357.78 0.98 0.16
Hex 52 1 4 0 63 5F 44 166 62 10
Octal 122 1 4 0 143 137 104 546 142 20
Binary 1010010 1 100 0 1100011 1011111 1000100 101100110 1100010 10000

Color Harmonies of #520104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520104

Black with #520104

Text Example


Text Example

White with #520104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520104; }

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

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

background-color css

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

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

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

border-color css

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

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

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