Html Css Color HEX #521200 Red Oxide

📋 copy color: '#521200'

red 82 ◦ green 18 ◦ blue 0

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

Shades of Red Oxide #521200

Tints of Red Oxide #521200

RGB

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

 GREEN value IS 18 (7.42% from 255) = 18%

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

R = 82%
G = 18%
B = 0%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 1

 K value IS 0.68

RGB Variations

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

Color information

#521200 (or 0x521200) is known color: Red Oxide. HEX triplet: 52, 12 and 00. RGB value is (82,18,0). Sum of RGB (Red+Green+Blue) = 82+18+0=100 (13% of max value = 765). Red value is 82 (32.42% from 255 or 82% from 100); Green value is 18 (7.42% from 255 or 18% from 100); Blue value is 0 (0.39% from 255 or 0% from 100); Max value from RGB is 82 - color contains mainly: red. Hex color #521200 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #521200 is #ADEDFF. Grayscale: #232323. Windows color (decimal): -11398656 or 4690. OLE color: 4690.

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

Color convert

RGB 82 18 0 -
CMYK 0 0.78 1 0.68
HSL 13.17º 1% 0.16% -
HSV(B) 13.17º 1% 0.32% -
XYZ 3.7 2.23 0.23 -
YUV 35.08 108.2 161.46 -
System Red Green Blue C M Y K H S L
Decimal 82 18 0 0 0.78 1 0.68 13.17 1 0.16
Hex 52 12 0 0 4E 64 44 D 64 10
Octal 122 22 0 0 116 144 104 15 144 20
Binary 1010010 10010 0 0 1001110 1100100 1000100 1101 1100100 10000

Color Harmonies of #521200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521200

Black with #521200

Text Example


Text Example

White with #521200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521200; }

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

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

background-color css

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

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

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

border-color css

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

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

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