#530503

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

Shades of Red Oxide #530503

Tints of Red Oxide #530503

Color information

#530503 (or 0x530503) is unknown color: approx Red Oxide. HEX triplet: 53, 05 and 03. RGB value is (83,5,3). Sum of RGB (Red+Green+Blue) = 83+5+3=91 (12% of max value = 765). Red value is 83 (32.81% from 255 or 91.21% from 91); Green value is 5 (2.34% from 255 or 5.49% from 91); Blue value is 3 (1.56% from 255 or 3.30% from 91); Max value from RGB is 83 - color contains mainly: red. Hex color #530503 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530503 is #ACFAFC. Grayscale: #1C1C1C. Windows color (decimal): -11336445 or 197971. OLE color: 197971.

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

Color convert

RGB8353-
CMYK00.940.960.67
HSL1.5º93.02%16.86%-
HSV(B)1.5º96.39%32.55%-
XYZ3.641.950.27-
YUV28.09113.84167.16-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 91.21%
GREEN value IS 5 (2.34% from 255) = 5.49%
BLUE value IS 3 (1.56% from 255) = 3.30%
R=91.21%
G=5.49%
B=3.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.96
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal835300.940.960.671.593.0216.86
Hex535305E604325d11
Octal123530136140103213521
Binary101001110111010111101100000100001110101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530503

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530503; }

 p { color: rgb(83,5,3); }

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

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

 a { background-color: rgb(83,5,3); }

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

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

 span { border-color: rgb(83,5,3); }

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