#521003

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

Shades of Red Oxide #521003

Tints of Red Oxide #521003

Color information

#521003 (or 0x521003) is unknown color: approx Red Oxide. HEX triplet: 52, 10 and 03. RGB value is (82,16,3). Sum of RGB (Red+Green+Blue) = 82+16+3=101 (13% of max value = 765). Red value is 82 (32.42% from 255 or 81.19% from 101); Green value is 16 (6.64% from 255 or 15.84% from 101); Blue value is 3 (1.56% from 255 or 2.97% from 101); Max value from RGB is 82 - color contains mainly: red. Hex color #521003 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #521003 is #ADEFFC. Grayscale: #222222. Windows color (decimal): -11399165 or 200786. OLE color: 200786.

HSL color Cylindrical-coordinate representation of color #521003: hue angle of 9.87º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #521003 is Cyan = 0, Magento = 0.80, Yellow = 0.96 and Black (K on CMYK) = 0.68.

Color convert

RGB82163-
CMYK00.800.960.68
HSL9.87º92.94%16.67%-
HSV(B)9.87º96.34%32.16%-
XYZ3.682.170.31-
YUV34.25110.37162.06-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 81.19%
GREEN value IS 16 (6.64% from 255) = 15.84%
BLUE value IS 3 (1.56% from 255) = 2.97%
R=81.19%
G=15.84%
B=2.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.96
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8216300.800.960.689.8792.9416.67
Hex521030506044a5d11
Octal12220301201401041213521
Binary1010010100001101010000110000010001001010101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521003; }

 p { color: rgb(82,16,3); }

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

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

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

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

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

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

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