Html Css Color HEX #520D0B Red Oxide

📋 copy color: '#520D0B'

red 82 ◦ green 13 ◦ blue 11

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

Shades of Red Oxide #520D0B

Tints of Red Oxide #520D0B

RGB

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

 GREEN value IS 13 (5.47% from 255) = 12.26%

 BLUE value IS 11 (4.69% from 255) = 10.38%

R = 77.36%
G = 12.26%
B = 10.38%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.87

 K value IS 0.68

RGB Variations

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

Color information

#520D0B (or 0x520D0B) is known color: Red Oxide. HEX triplet: 52, 0D and 0B. RGB value is (82,13,11). Sum of RGB (Red+Green+Blue) = 82+13+11=106 (14% of max value = 765). Red value is 82 (32.42% from 255 or 77.36% from 106); Green value is 13 (5.47% from 255 or 12.26% from 106); Blue value is 11 (4.69% from 255 or 10.38% from 106); Max value from RGB is 82 - color contains mainly: red. Hex color #520D0B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #520D0B is #ADF2F4. Grayscale: #212121. Windows color (decimal): -11399925 or 724306. OLE color: 724306.

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

Color convert

RGB 82 13 11 -
CMYK 0 0.84 0.87 0.68
HSL 1.69º 0.76% 0.18% -
HSV(B) 1.69º 0.87% 0.32% -
XYZ 3.68 2.11 0.53 -
YUV 33.4 115.36 162.66 -
System Red Green Blue C M Y K H S L
Decimal 82 13 11 0 0.84 0.87 0.68 1.69 0.76 0.18
Hex 52 D B 0 54 57 44 2 4C 12
Octal 122 15 13 0 124 127 104 2 114 22
Binary 1010010 1101 1011 0 1010100 1010111 1000100 10 1001100 10010

Color Harmonies of #520D0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520D0B

Black with #520D0B

Text Example


Text Example

White with #520D0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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