Html Css Color HEX #521212 Red Oxide

📋 copy color: '#521212'

red 82 ◦ green 18 ◦ blue 18

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

Shades of Red Oxide #521212

Tints of Red Oxide #521212

RGB

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

 GREEN value IS 18 (7.42% from 255) = 15.25%

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

R = 69.49%
G = 15.25%
B = 15.25%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.78

 K value IS 0.68

RGB Variations

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

Color information

#521212 (or 0x521212) is known color: Red Oxide. HEX triplet: 52, 12 and 12. RGB value is (82,18,18). Sum of RGB (Red+Green+Blue) = 82+18+18=118 (15% of max value = 765). Red value is 82 (32.42% from 255 or 69.49% from 118); Green value is 18 (7.42% from 255 or 15.25% from 118); Blue value is 18 (7.42% from 255 or 15.25% from 118); Max value from RGB is 82 - color contains mainly: red. Hex color #521212 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #521212 is #ADEDED. Grayscale: #252525. Windows color (decimal): -11398638 or 1184338. OLE color: 1184338.

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

Color convert

RGB 82 18 18 -
CMYK 0 0.78 0.78 0.68
HSL 0.64% 0.2% -
HSV(B) 0.78% 0.32% -
XYZ 3.81 2.27 0.81 -
YUV 37.14 117.2 160 -
System Red Green Blue C M Y K H S L
Decimal 82 18 18 0 0.78 0.78 0.68 0 0.64 0.2
Hex 52 12 12 0 4E 4E 44 0 40 14
Octal 122 22 22 0 116 116 104 0 100 24
Binary 1010010 10010 10010 0 1001110 1001110 1000100 0 1000000 10100

Color Harmonies of #521212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521212

Black with #521212

Text Example


Text Example

White with #521212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521212; }

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

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

background-color css

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

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

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

border-color css

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

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

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