Html Css Color HEX #521201 Red Oxide

📋 copy color: '#521201'

red 82 ◦ green 18 ◦ blue 1

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

Shades of Red Oxide #521201

Tints of Red Oxide #521201

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.99%

R = 81.19%
G = 17.82%
B = 0.99%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.99

 K value IS 0.68

RGB Variations

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

Color information

#521201 (or 0x521201) is known color: Red Oxide. HEX triplet: 52, 12 and 01. RGB value is (82,18,1). Sum of RGB (Red+Green+Blue) = 82+18+1=101 (13% of max value = 765). Red value is 82 (32.42% from 255 or 81.19% from 101); Green value is 18 (7.42% from 255 or 17.82% from 101); Blue value is 1 (0.78% from 255 or 0.99% from 101); Max value from RGB is 82 - color contains mainly: red. Hex color #521201 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #521201 is #ADEDFE. Grayscale: #232323. Windows color (decimal): -11398655 or 70226. OLE color: 70226.

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

Color convert

RGB 82 18 1 -
CMYK 0 0.78 0.99 0.68
HSL 12.59º 0.98% 0.16% -
HSV(B) 12.59º 0.99% 0.32% -
XYZ 3.7 2.23 0.26 -
YUV 35.2 108.7 161.38 -
System Red Green Blue C M Y K H S L
Decimal 82 18 1 0 0.78 0.99 0.68 12.59 0.98 0.16
Hex 52 12 1 0 4E 63 44 D 62 10
Octal 122 22 1 0 116 143 104 15 142 20
Binary 1010010 10010 1 0 1001110 1100011 1000100 1101 1100010 10000

Color Harmonies of #521201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521201

Black with #521201

Text Example


Text Example

White with #521201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521201; }

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

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

background-color css

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

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

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

border-color css

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

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

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