Html Css Color HEX #521300 Red Oxide

📋 copy color: '#521300'

red 82 ◦ green 19 ◦ blue 0

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

Shades of Red Oxide #521300

Tints of Red Oxide #521300

RGB

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

 GREEN value IS 19 (7.81% from 255) = 18.81%

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

R = 81.19%
G = 18.81%
B = 0%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 1

 K value IS 0.68

RGB Variations

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

Color information

#521300 (or 0x521300) is known color: Red Oxide. HEX triplet: 52, 13 and 00. RGB value is (82,19,0). Sum of RGB (Red+Green+Blue) = 82+19+0=101 (13% of max value = 765). Red value is 82 (32.42% from 255 or 81.19% from 101); Green value is 19 (7.81% from 255 or 18.81% from 101); Blue value is 0 (0.39% from 255 or 0% from 101); Max value from RGB is 82 - color contains mainly: red. Hex color #521300 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #521300 is #ADECFF. Grayscale: #232323. Windows color (decimal): -11398400 or 4946. OLE color: 4946.

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

Color convert

RGB 82 19 0 -
CMYK 0 0.77 1 0.68
HSL 13.9º 1% 0.16% -
HSV(B) 13.9º 1% 0.32% -
XYZ 3.71 2.26 0.24 -
YUV 35.67 107.87 161.04 -
System Red Green Blue C M Y K H S L
Decimal 82 19 0 0 0.77 1 0.68 13.9 1 0.16
Hex 52 13 0 0 4D 64 44 E 64 10
Octal 122 23 0 0 115 144 104 16 144 20
Binary 1010010 10011 0 0 1001101 1100100 1000100 1110 1100100 10000

Color Harmonies of #521300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521300

Black with #521300

Text Example


Text Example

White with #521300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521300; }

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

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

background-color css

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

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

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

border-color css

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

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

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