Html Css Color HEX #521512 Red Oxide

📋 copy color: '#521512'

red 82 ◦ green 21 ◦ blue 18

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

Shades of Red Oxide #521512

Tints of Red Oxide #521512

RGB

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

 GREEN value IS 21 (8.59% from 255) = 17.36%

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

R = 67.77%
G = 17.36%
B = 14.88%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.78

 K value IS 0.68

RGB Variations

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

Color information

#521512 (or 0x521512) is known color: Red Oxide. HEX triplet: 52, 15 and 12. RGB value is (82,21,18). Sum of RGB (Red+Green+Blue) = 82+21+18=121 (16% of max value = 765). Red value is 82 (32.42% from 255 or 67.77% from 121); Green value is 21 (8.59% from 255 or 17.36% from 121); Blue value is 18 (7.42% from 255 or 14.88% from 121); Max value from RGB is 82 - color contains mainly: red. Hex color #521512 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #521512 is #ADEAED. Grayscale: #262626. Windows color (decimal): -11397870 or 1185106. OLE color: 1185106.

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

Color convert

RGB 82 21 18 -
CMYK 0 0.74 0.78 0.68
HSL 2.81º 0.64% 0.2% -
HSV(B) 2.81º 0.78% 0.32% -
XYZ 3.86 2.37 0.83 -
YUV 38.9 116.21 158.74 -
System Red Green Blue C M Y K H S L
Decimal 82 21 18 0 0.74 0.78 0.68 2.81 0.64 0.2
Hex 52 15 12 0 4A 4E 44 3 40 14
Octal 122 25 22 0 112 116 104 3 100 24
Binary 1010010 10101 10010 0 1001010 1001110 1000100 11 1000000 10100

Color Harmonies of #521512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521512

Black with #521512

Text Example


Text Example

White with #521512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521512; }

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

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

background-color css

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

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

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

border-color css

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

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

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