Html Css Color HEX #520B0A Red Oxide

📋 copy color: '#520B0A'

red 82 ◦ green 11 ◦ blue 10

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

Shades of Red Oxide #520B0A

Tints of Red Oxide #520B0A

RGB

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

 GREEN value IS 11 (4.69% from 255) = 10.68%

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

R = 79.61%
G = 10.68%
B = 9.71%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.88

 K value IS 0.68

RGB Variations

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

Color information

#520B0A (or 0x520B0A) is known color: Red Oxide. HEX triplet: 52, 0B and 0A. RGB value is (82,11,10). Sum of RGB (Red+Green+Blue) = 82+11+10=103 (13% of max value = 765). Red value is 82 (32.42% from 255 or 79.61% from 103); Green value is 11 (4.69% from 255 or 10.68% from 103); Blue value is 10 (4.30% from 255 or 9.71% from 103); Max value from RGB is 82 - color contains mainly: red. Hex color #520B0A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #520B0A is #ADF4F5. Grayscale: #202020. Windows color (decimal): -11400438 or 658258. OLE color: 658258.

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

Color convert

RGB 82 11 10 -
CMYK 0 0.87 0.88 0.68
HSL 0.83º 0.78% 0.18% -
HSV(B) 0.83º 0.88% 0.32% -
XYZ 3.65 2.06 0.49 -
YUV 32.12 115.52 163.58 -
System Red Green Blue C M Y K H S L
Decimal 82 11 10 0 0.87 0.88 0.68 0.83 0.78 0.18
Hex 52 B A 0 57 58 44 1 4E 12
Octal 122 13 12 0 127 130 104 1 116 22
Binary 1010010 1011 1010 0 1010111 1011000 1000100 1 1001110 10010

Color Harmonies of #520B0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520B0A

Black with #520B0A

Text Example


Text Example

White with #520B0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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