Html Css Color HEX #520602 Red Oxide

📋 copy color: '#520602'

red 82 ◦ green 6 ◦ blue 2

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

Shades of Red Oxide #520602

Tints of Red Oxide #520602

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 2.22%

R = 91.11%
G = 6.67%
B = 2.22%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.98

 K value IS 0.68

RGB Variations

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

Color information

#520602 (or 0x520602) is known color: Red Oxide. HEX triplet: 52, 06 and 02. RGB value is (82,6,2). Sum of RGB (Red+Green+Blue) = 82+6+2=90 (11% of max value = 765). Red value is 82 (32.42% from 255 or 91.11% from 90); Green value is 6 (2.73% from 255 or 6.67% from 90); Blue value is 2 (1.17% from 255 or 2.22% from 90); Max value from RGB is 82 - color contains mainly: red. Hex color #520602 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #520602 is #ADF9FD. Grayscale: #1C1C1C. Windows color (decimal): -11401726 or 132690. OLE color: 132690.

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

Color convert

RGB 82 6 2 -
CMYK 0 0.93 0.98 0.68
HSL 0.95% 0.16% -
HSV(B) 0.98% 0.32% -
XYZ 3.56 1.93 0.24 -
YUV 28.27 113.18 166.33 -
System Red Green Blue C M Y K H S L
Decimal 82 6 2 0 0.93 0.98 0.68 3 0.95 0.16
Hex 52 6 2 0 5D 62 44 3 5F 10
Octal 122 6 2 0 135 142 104 3 137 20
Binary 1010010 110 10 0 1011101 1100010 1000100 11 1011111 10000

Color Harmonies of #520602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520602

Black with #520602

Text Example


Text Example

White with #520602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520602; }

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

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

background-color css

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

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

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

border-color css

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

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

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