Html Css Color HEX #521202 Red Oxide

📋 copy color: '#521202'

red 82 ◦ green 18 ◦ blue 2

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

Shades of Red Oxide #521202

Tints of Red Oxide #521202

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.96%

R = 80.39%
G = 17.65%
B = 1.96%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.98

 K value IS 0.68

RGB Variations

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

Color information

#521202 (or 0x521202) is known color: Red Oxide. HEX triplet: 52, 12 and 02. RGB value is (82,18,2). Sum of RGB (Red+Green+Blue) = 82+18+2=102 (13% of max value = 765). Red value is 82 (32.42% from 255 or 80.39% from 102); Green value is 18 (7.42% from 255 or 17.65% from 102); Blue value is 2 (1.17% from 255 or 1.96% from 102); Max value from RGB is 82 - color contains mainly: red. Hex color #521202 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #521202 is #ADEDFD. Grayscale: #232323. Windows color (decimal): -11398654 or 135762. OLE color: 135762.

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

Color convert

RGB 82 18 2 -
CMYK 0 0.78 0.98 0.68
HSL 12º 0.95% 0.16% -
HSV(B) 12º 0.98% 0.32% -
XYZ 3.71 2.23 0.29 -
YUV 35.31 109.2 161.3 -
System Red Green Blue C M Y K H S L
Decimal 82 18 2 0 0.78 0.98 0.68 12 0.95 0.16
Hex 52 12 2 0 4E 62 44 C 5F 10
Octal 122 22 2 0 116 142 104 14 137 20
Binary 1010010 10010 10 0 1001110 1100010 1000100 1100 1011111 10000

Color Harmonies of #521202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521202

Black with #521202

Text Example


Text Example

White with #521202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521202; }

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

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

background-color css

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

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

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

border-color css

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

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

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