Html Css Color HEX #520F0B Red Oxide

📋 copy color: '#520F0B'

red 82 ◦ green 15 ◦ blue 11

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

Shades of Red Oxide #520F0B

Tints of Red Oxide #520F0B

RGB

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

 GREEN value IS 15 (6.25% from 255) = 13.89%

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

R = 75.93%
G = 13.89%
B = 10.19%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.87

 K value IS 0.68

RGB Variations

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

Color information

#520F0B (or 0x520F0B) is known color: Red Oxide. HEX triplet: 52, 0F and 0B. RGB value is (82,15,11). Sum of RGB (Red+Green+Blue) = 82+15+11=108 (14% of max value = 765). Red value is 82 (32.42% from 255 or 75.93% from 108); Green value is 15 (6.25% from 255 or 13.89% from 108); Blue value is 11 (4.69% from 255 or 10.19% from 108); Max value from RGB is 82 - color contains mainly: red. Hex color #520F0B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #520F0B is #ADF0F4. Grayscale: #222222. Windows color (decimal): -11399413 or 724818. OLE color: 724818.

HSL color Cylindrical-coordinate representation of color #520F0B: hue angle of 3.38º 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 #520F0B is Cyan = 0, Magento = 0.82, Yellow = 0.87 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 15 11 -
CMYK 0 0.82 0.87 0.68
HSL 3.38º 0.76% 0.18% -
HSV(B) 3.38º 0.87% 0.32% -
XYZ 3.71 2.16 0.54 -
YUV 34.58 114.7 161.83 -
System Red Green Blue C M Y K H S L
Decimal 82 15 11 0 0.82 0.87 0.68 3.38 0.76 0.18
Hex 52 F B 0 52 57 44 3 4C 12
Octal 122 17 13 0 122 127 104 3 114 22
Binary 1010010 1111 1011 0 1010010 1010111 1000100 11 1001100 10010

Color Harmonies of #520F0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520F0B

Black with #520F0B

Text Example


Text Example

White with #520F0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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