Html Css Color HEX #521000 Red Oxide

📋 copy color: '#521000'

red 82 ◦ green 16 ◦ blue 0

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

Shades of Red Oxide #521000

Tints of Red Oxide #521000

RGB

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

 GREEN value IS 16 (6.64% from 255) = 16.33%

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

R = 83.67%
G = 16.33%
B = 0%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 1

 K value IS 0.68

RGB Variations

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

Color information

#521000 (or 0x521000) is known color: Red Oxide. HEX triplet: 52, 10 and 00. RGB value is (82,16,0). Sum of RGB (Red+Green+Blue) = 82+16+0=98 (12% of max value = 765). Red value is 82 (32.42% from 255 or 83.67% from 98); Green value is 16 (6.64% from 255 or 16.33% from 98); Blue value is 0 (0.39% from 255 or 0% from 98); Max value from RGB is 82 - color contains mainly: red. Hex color #521000 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #521000 is #ADEFFF. Grayscale: #222222. Windows color (decimal): -11399168 or 4178. OLE color: 4178.

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

Color convert

RGB 82 16 0 -
CMYK 0 0.80 1 0.68
HSL 11.71º 1% 0.16% -
HSV(B) 11.71º 1% 0.32% -
XYZ 3.66 2.16 0.22 -
YUV 33.91 108.87 162.3 -
System Red Green Blue C M Y K H S L
Decimal 82 16 0 0 0.80 1 0.68 11.71 1 0.16
Hex 52 10 0 0 50 64 44 C 64 10
Octal 122 20 0 0 120 144 104 14 144 20
Binary 1010010 10000 0 0 1010000 1100100 1000100 1100 1100100 10000

Color Harmonies of #521000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521000

Black with #521000

Text Example


Text Example

White with #521000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521000; }

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

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

background-color css

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

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

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

border-color css

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

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

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