Html Css Color HEX #521C16 Red Oxide

📋 copy color: '#521C16'

red 82 ◦ green 28 ◦ blue 22

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

Shades of Red Oxide #521C16

Tints of Red Oxide #521C16

RGB

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

 GREEN value IS 28 (11.33% from 255) = 21.21%

 BLUE value IS 22 (8.98% from 255) = 16.67%

R = 62.12%
G = 21.21%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.73

 K value IS 0.68

RGB Variations

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

Color information

#521C16 (or 0x521C16) is known color: Red Oxide. HEX triplet: 52, 1C and 16. RGB value is (82,28,22). Sum of RGB (Red+Green+Blue) = 82+28+22=132 (17% of max value = 765). Red value is 82 (32.42% from 255 or 62.12% from 132); Green value is 28 (11.33% from 255 or 21.21% from 132); Blue value is 22 (8.98% from 255 or 16.67% from 132); Max value from RGB is 82 - color contains mainly: red. Hex color #521C16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #521C16 is #ADE3E9. Grayscale: #2B2B2B. Windows color (decimal): -11396074 or 1449042. OLE color: 1449042.

HSL color Cylindrical-coordinate representation of color #521C16: hue angle of 6º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #521C16 is Cyan = 0, Magento = 0.66, Yellow = 0.73 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 28 22 -
CMYK 0 0.66 0.73 0.68
HSL 0.58% 0.2% -
HSV(B) 0.73% 0.32% -
XYZ 4.04 2.68 1.06 -
YUV 43.46 115.89 155.49 -
System Red Green Blue C M Y K H S L
Decimal 82 28 22 0 0.66 0.73 0.68 6 0.58 0.2
Hex 52 1C 16 0 42 49 44 6 3A 14
Octal 122 34 26 0 102 111 104 6 72 24
Binary 1010010 11100 10110 0 1000010 1001001 1000100 110 111010 10100

Color Harmonies of #521C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521C16

Black with #521C16

Text Example


Text Example

White with #521C16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521C16; }

 p { color: rgb(82,28,22); }

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

background-color css

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

 a { background-color: rgb(82,28,22); }

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

border-color css

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

 span { border-color: rgb(82,28,22); }

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