Html Css Color HEX #520802 Red Oxide

📋 copy color: '#520802'

red 82 ◦ green 8 ◦ blue 2

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

Shades of Red Oxide #520802

Tints of Red Oxide #520802

RGB

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

 GREEN value IS 8 (3.52% from 255) = 8.7%

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

R = 89.13%
G = 8.7%
B = 2.17%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.98

 K value IS 0.68

RGB Variations

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

Color information

#520802 (or 0x520802) is known color: Red Oxide. HEX triplet: 52, 08 and 02. RGB value is (82,8,2). Sum of RGB (Red+Green+Blue) = 82+8+2=92 (12% of max value = 765). Red value is 82 (32.42% from 255 or 89.13% from 92); Green value is 8 (3.52% from 255 or 8.70% from 92); Blue value is 2 (1.17% from 255 or 2.17% from 92); Max value from RGB is 82 - color contains mainly: red. Hex color #520802 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #520802 is #ADF7FD. Grayscale: #1D1D1D. Windows color (decimal): -11401214 or 133202. OLE color: 133202.

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

Color convert

RGB 82 8 2 -
CMYK 0 0.90 0.98 0.68
HSL 4.5º 0.95% 0.16% -
HSV(B) 4.5º 0.98% 0.32% -
XYZ 3.58 1.97 0.25 -
YUV 29.44 112.52 165.49 -
System Red Green Blue C M Y K H S L
Decimal 82 8 2 0 0.90 0.98 0.68 4.5 0.95 0.16
Hex 52 8 2 0 5A 62 44 4 5F 10
Octal 122 10 2 0 132 142 104 4 137 20
Binary 1010010 1000 10 0 1011010 1100010 1000100 100 1011111 10000

Color Harmonies of #520802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520802

Black with #520802

Text Example


Text Example

White with #520802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520802; }

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

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

background-color css

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

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

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

border-color css

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

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

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