Html Css Color HEX #521A12 Red Oxide

📋 copy color: '#521A12'

red 82 ◦ green 26 ◦ blue 18

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

Shades of Red Oxide #521A12

Tints of Red Oxide #521A12

RGB

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

 GREEN value IS 26 (10.55% from 255) = 20.63%

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

R = 65.08%
G = 20.63%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.78

 K value IS 0.68

RGB Variations

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

Color information

#521A12 (or 0x521A12) is known color: Red Oxide. HEX triplet: 52, 1A and 12. RGB value is (82,26,18). Sum of RGB (Red+Green+Blue) = 82+26+18=126 (16% of max value = 765). Red value is 82 (32.42% from 255 or 65.08% from 126); Green value is 26 (10.55% from 255 or 20.63% from 126); Blue value is 18 (7.42% from 255 or 14.29% from 126); Max value from RGB is 82 - color contains mainly: red. Hex color #521A12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #521A12 is #ADE5ED. Grayscale: #292929. Windows color (decimal): -11396590 or 1186386. OLE color: 1186386.

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

Color convert

RGB 82 26 18 -
CMYK 0 0.68 0.78 0.68
HSL 7.5º 0.64% 0.2% -
HSV(B) 7.5º 0.78% 0.32% -
XYZ 3.96 2.58 0.86 -
YUV 41.83 114.55 156.65 -
System Red Green Blue C M Y K H S L
Decimal 82 26 18 0 0.68 0.78 0.68 7.5 0.64 0.2
Hex 52 1A 12 0 44 4E 44 8 40 14
Octal 122 32 22 0 104 116 104 10 100 24
Binary 1010010 11010 10010 0 1000100 1001110 1000100 1000 1000000 10100

Color Harmonies of #521A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521A12

Black with #521A12

Text Example


Text Example

White with #521A12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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