Html Css Color HEX #521100 Red Oxide

📋 copy color: '#521100'

red 82 ◦ green 17 ◦ blue 0

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

Shades of Red Oxide #521100

Tints of Red Oxide #521100

RGB

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

 GREEN value IS 17 (7.03% from 255) = 17.17%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 82.83%
G = 17.17%
B = 0%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 1

 K value IS 0.68

RGB Variations

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

Color information

#521100 (or 0x521100) is known color: Red Oxide. HEX triplet: 52, 11 and 00. RGB value is (82,17,0). Sum of RGB (Red+Green+Blue) = 82+17+0=99 (13% of max value = 765). Red value is 82 (32.42% from 255 or 82.83% from 99); Green value is 17 (7.03% from 255 or 17.17% from 99); Blue value is 0 (0.39% from 255 or 0% from 99); Max value from RGB is 82 - color contains mainly: red. Hex color #521100 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #521100 is #ADEEFF. Grayscale: #222222. Windows color (decimal): -11398912 or 4434. OLE color: 4434.

HSL color Cylindrical-coordinate representation of color #521100: hue angle of 12.44º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 1%. Process color model (Four color, CMYK) of #521100 is Cyan = 0, Magento = 0.79, Yellow = 1 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 17 0 -
CMYK 0 0.79 1 0.68
HSL 12.44º 1% 0.16% -
HSV(B) 12.44º 1% 0.32% -
XYZ 3.68 2.19 0.23 -
YUV 34.5 108.53 161.88 -
System Red Green Blue C M Y K H S L
Decimal 82 17 0 0 0.79 1 0.68 12.44 1 0.16
Hex 52 11 0 0 4F 64 44 C 64 10
Octal 122 21 0 0 117 144 104 14 144 20
Binary 1010010 10001 0 0 1001111 1100100 1000100 1100 1100100 10000

Color Harmonies of #521100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521100

Black with #521100

Text Example


Text Example

White with #521100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521100; }

 p { color: rgb(82,17,0); }

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

background-color css

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

 a { background-color: rgb(82,17,0); }

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

border-color css

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

 span { border-color: rgb(82,17,0); }

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