Html Css Color HEX #520C0B Red Oxide

📋 copy color: '#520C0B'

red 82 ◦ green 12 ◦ blue 11

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

Shades of Red Oxide #520C0B

Tints of Red Oxide #520C0B

RGB

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

 GREEN value IS 12 (5.08% from 255) = 11.43%

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

R = 78.1%
G = 11.43%
B = 10.48%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.87

 K value IS 0.68

RGB Variations

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

Color information

#520C0B (or 0x520C0B) is known color: Red Oxide. HEX triplet: 52, 0C and 0B. RGB value is (82,12,11). Sum of RGB (Red+Green+Blue) = 82+12+11=105 (13% of max value = 765). Red value is 82 (32.42% from 255 or 78.10% from 105); Green value is 12 (5.08% from 255 or 11.43% from 105); Blue value is 11 (4.69% from 255 or 10.48% from 105); Max value from RGB is 82 - color contains mainly: red. Hex color #520C0B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #520C0B is #ADF3F4. Grayscale: #202020. Windows color (decimal): -11400181 or 724050. OLE color: 724050.

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

Color convert

RGB 82 12 11 -
CMYK 0 0.85 0.87 0.68
HSL 0.85º 0.76% 0.18% -
HSV(B) 0.85º 0.87% 0.32% -
XYZ 3.67 2.08 0.52 -
YUV 32.82 115.69 163.08 -
System Red Green Blue C M Y K H S L
Decimal 82 12 11 0 0.85 0.87 0.68 0.85 0.76 0.18
Hex 52 C B 0 55 57 44 1 4C 12
Octal 122 14 13 0 125 127 104 1 114 22
Binary 1010010 1100 1011 0 1010101 1010111 1000100 1 1001100 10010

Color Harmonies of #520C0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520C0B

Black with #520C0B

Text Example


Text Example

White with #520C0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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