Html Css Color HEX #521612 Red Oxide

📋 copy color: '#521612'

red 82 ◦ green 22 ◦ blue 18

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

Shades of Red Oxide #521612

Tints of Red Oxide #521612

RGB

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

 GREEN value IS 22 (8.98% from 255) = 18.03%

 BLUE value IS 18 (7.42% from 255) = 14.75%

R = 67.21%
G = 18.03%
B = 14.75%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.78

 K value IS 0.68

RGB Variations

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

Color information

#521612 (or 0x521612) is known color: Red Oxide. HEX triplet: 52, 16 and 12. RGB value is (82,22,18). Sum of RGB (Red+Green+Blue) = 82+22+18=122 (16% of max value = 765). Red value is 82 (32.42% from 255 or 67.21% from 122); Green value is 22 (8.98% from 255 or 18.03% from 122); Blue value is 18 (7.42% from 255 or 14.75% from 122); Max value from RGB is 82 - color contains mainly: red. Hex color #521612 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #521612 is #ADE9ED. Grayscale: #272727. Windows color (decimal): -11397614 or 1185362. OLE color: 1185362.

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

Color convert

RGB 82 22 18 -
CMYK 0 0.73 0.78 0.68
HSL 3.75º 0.64% 0.2% -
HSV(B) 3.75º 0.78% 0.32% -
XYZ 3.88 2.41 0.83 -
YUV 39.48 115.88 158.33 -
System Red Green Blue C M Y K H S L
Decimal 82 22 18 0 0.73 0.78 0.68 3.75 0.64 0.2
Hex 52 16 12 0 49 4E 44 4 40 14
Octal 122 26 22 0 111 116 104 4 100 24
Binary 1010010 10110 10010 0 1001001 1001110 1000100 100 1000000 10100

Color Harmonies of #521612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521612

Black with #521612

Text Example


Text Example

White with #521612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521612; }

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

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

background-color css

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

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

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

border-color css

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

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

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