Html Css Color HEX #52060A Rustic Red

📋 copy color: '#52060A'

red 82 ◦ green 6 ◦ blue 10

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

Shades of Rustic Red #52060A

Tints of Rustic Red #52060A

RGB

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

 GREEN value IS 6 (2.73% from 255) = 6.12%

 BLUE value IS 10 (4.3% from 255) = 10.2%

R = 83.67%
G = 6.12%
B = 10.2%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.88

 K value IS 0.68

RGB Variations

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

Color information

#52060A (or 0x52060A) is known color: Rustic Red. HEX triplet: 52, 06 and 0A. RGB value is (82,6,10). Sum of RGB (Red+Green+Blue) = 82+6+10=98 (12% of max value = 765). Red value is 82 (32.42% from 255 or 83.67% from 98); Green value is 6 (2.73% from 255 or 6.12% from 98); Blue value is 10 (4.30% from 255 or 10.20% from 98); Max value from RGB is 82 - color contains mainly: red. Hex color #52060A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #52060A is #ADF9F5. Grayscale: #1D1D1D. Windows color (decimal): -11401718 or 656978. OLE color: 656978.

HSL color Cylindrical-coordinate representation of color #52060A: hue angle of 356.84º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #52060A is Cyan = 0, Magento = 0.93, Yellow = 0.88 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 6 10 -
CMYK 0 0.93 0.88 0.68
HSL 356.84º 0.86% 0.17% -
HSV(B) 356.84º 0.93% 0.32% -
XYZ 3.6 1.95 0.47 -
YUV 29.18 117.18 165.67 -
System Red Green Blue C M Y K H S L
Decimal 82 6 10 0 0.93 0.88 0.68 356.84 0.86 0.17
Hex 52 6 A 0 5D 58 44 165 56 11
Octal 122 6 12 0 135 130 104 545 126 21
Binary 1010010 110 1010 0 1011101 1011000 1000100 101100101 1010110 10001

Color Harmonies of #52060A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52060A

Black with #52060A

Text Example


Text Example

White with #52060A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52060A; }

 p { color: rgb(82,6,10); }

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

background-color css

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

 a { background-color: rgb(82,6,10); }

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

border-color css

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

 span { border-color: rgb(82,6,10); }

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