Html Css Color HEX #521412 Red Oxide

📋 copy color: '#521412'

red 82 ◦ green 20 ◦ blue 18

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

Shades of Red Oxide #521412

Tints of Red Oxide #521412

RGB

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

 GREEN value IS 20 (8.2% from 255) = 16.67%

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

R = 68.33%
G = 16.67%
B = 15%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.78

 K value IS 0.68

RGB Variations

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

Color information

#521412 (or 0x521412) is known color: Red Oxide. HEX triplet: 52, 14 and 12. RGB value is (82,20,18). Sum of RGB (Red+Green+Blue) = 82+20+18=120 (15% of max value = 765). Red value is 82 (32.42% from 255 or 68.33% from 120); Green value is 20 (8.20% from 255 or 16.67% from 120); Blue value is 18 (7.42% from 255 or 15% from 120); Max value from RGB is 82 - color contains mainly: red. Hex color #521412 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #521412 is #ADEBED. Grayscale: #262626. Windows color (decimal): -11398126 or 1184850. OLE color: 1184850.

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

Color convert

RGB 82 20 18 -
CMYK 0 0.76 0.78 0.68
HSL 1.88º 0.64% 0.2% -
HSV(B) 1.88º 0.78% 0.32% -
XYZ 3.84 2.34 0.82 -
YUV 38.31 116.54 159.16 -
System Red Green Blue C M Y K H S L
Decimal 82 20 18 0 0.76 0.78 0.68 1.88 0.64 0.2
Hex 52 14 12 0 4C 4E 44 2 40 14
Octal 122 24 22 0 114 116 104 2 100 24
Binary 1010010 10100 10010 0 1001100 1001110 1000100 10 1000000 10100

Color Harmonies of #521412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521412

Black with #521412

Text Example


Text Example

White with #521412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521412; }

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

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

background-color css

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

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

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

border-color css

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

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

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