#521102

Color #521102 Red Oxide (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Oxide #521102

Tints of Red Oxide #521102

Color information

#521102 (or 0x521102) is unknown color: approx Red Oxide. HEX triplet: 52, 11 and 02. RGB value is (82,17,2). Sum of RGB (Red+Green+Blue) = 82+17+2=101 (13% of max value = 765). Red value is 82 (32.42% from 255 or 81.19% from 101); Green value is 17 (7.03% from 255 or 16.83% from 101); Blue value is 2 (1.17% from 255 or 1.98% from 101); Max value from RGB is 82 - color contains mainly: red. Hex color #521102 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #521102 is #ADEEFD. Grayscale: #222222. Windows color (decimal): -11398910 or 135506. OLE color: 135506.

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

Color convert

RGB82172-
CMYK00.790.980.68
HSL11.25º95.24%16.47%-
HSV(B)11.25º97.56%32.16%-
XYZ3.692.20.29-
YUV34.72109.53161.72-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 81.19%
GREEN value IS 17 (7.03% from 255) = 16.83%
BLUE value IS 2 (1.17% from 255) = 1.98%
R=81.19%
G=16.83%
B=1.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.98
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8217200.790.980.6811.2595.2416.47
Hex5211204F6244b5f10
Octal12221201171421041313720
Binary1010010100011001001111110001010001001011101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521102; }

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

 H1.HeaderClassName
 {
   color: #521102;
 }
 .AnyTagClassName
 {
   color: #521102;
 }
</style>
background-color css

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

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

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

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

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

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