#530403

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

Shades of Red Oxide #530403

Tints of Red Oxide #530403

Color information

#530403 (or 0x530403) is unknown color: approx Red Oxide. HEX triplet: 53, 04 and 03. RGB value is (83,4,3). Sum of RGB (Red+Green+Blue) = 83+4+3=90 (11% of max value = 765). Red value is 83 (32.81% from 255 or 92.22% from 90); Green value is 4 (1.95% from 255 or 4.44% from 90); Blue value is 3 (1.56% from 255 or 3.33% from 90); Max value from RGB is 83 - color contains mainly: red. Hex color #530403 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530403 is #ACFBFC. Grayscale: #1B1B1B. Windows color (decimal): -11336701 or 197715. OLE color: 197715.

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

Color convert

RGB8343-
CMYK00.950.960.67
HSL0.75º93.02%16.86%-
HSV(B)0.75º96.39%32.55%-
XYZ3.631.930.27-
YUV27.51114.17167.58-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 92.22%
GREEN value IS 4 (1.95% from 255) = 4.44%
BLUE value IS 3 (1.56% from 255) = 3.33%
R=92.22%
G=4.44%
B=3.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.96
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal834300.950.960.670.7593.0216.86
Hex534305F604315d11
Octal123430137140103113521
Binary10100111001101011111110000010000111101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530403

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530403; }

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

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

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

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

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

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

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

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