Html Css Color HEX #520A08 Red Oxide

📋 copy color: '#520A08'

red 82 ◦ green 10 ◦ blue 8

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

Shades of Red Oxide #520A08

Tints of Red Oxide #520A08

RGB

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

 GREEN value IS 10 (4.3% from 255) = 10%

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

R = 82%
G = 10%
B = 8%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.90

 K value IS 0.68

RGB Variations

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

Color information

#520A08 (or 0x520A08) is known color: Red Oxide. HEX triplet: 52, 0A and 08. RGB value is (82,10,8). Sum of RGB (Red+Green+Blue) = 82+10+8=100 (13% of max value = 765). Red value is 82 (32.42% from 255 or 82% from 100); Green value is 10 (4.30% from 255 or 10% from 100); Blue value is 8 (3.52% from 255 or 8% from 100); Max value from RGB is 82 - color contains mainly: red. Hex color #520A08 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #520A08 is #ADF5F7. Grayscale: #1F1F1F. Windows color (decimal): -11400696 or 526930. OLE color: 526930.

HSL color Cylindrical-coordinate representation of color #520A08: hue angle of 1.62º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #520A08 is Cyan = 0, Magento = 0.88, Yellow = 0.90 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 10 8 -
CMYK 0 0.88 0.90 0.68
HSL 1.62º 0.82% 0.18% -
HSV(B) 1.62º 0.9% 0.32% -
XYZ 3.63 2.03 0.43 -
YUV 31.3 114.85 164.16 -
System Red Green Blue C M Y K H S L
Decimal 82 10 8 0 0.88 0.90 0.68 1.62 0.82 0.18
Hex 52 A 8 0 58 5A 44 2 52 12
Octal 122 12 10 0 130 132 104 2 122 22
Binary 1010010 1010 1000 0 1011000 1011010 1000100 10 1010010 10010

Color Harmonies of #520A08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520A08

Black with #520A08

Text Example


Text Example

White with #520A08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520A08; }

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

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

background-color css

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

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

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

border-color css

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

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

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