#530A03

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

Shades of Red Oxide #530A03

Tints of Red Oxide #530A03

Color information

#530A03 (or 0x530A03) is unknown color: approx Red Oxide. HEX triplet: 53, 0A and 03. RGB value is (83,10,3). Sum of RGB (Red+Green+Blue) = 83+10+3=96 (12% of max value = 765). Red value is 83 (32.81% from 255 or 86.46% from 96); Green value is 10 (4.30% from 255 or 10.42% from 96); Blue value is 3 (1.56% from 255 or 3.12% from 96); Max value from RGB is 83 - color contains mainly: red. Hex color #530A03 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530A03 is #ACF5FC. Grayscale: #1F1F1F. Windows color (decimal): -11335165 or 199251. OLE color: 199251.

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

Color convert

RGB83103-
CMYK00.880.960.67
HSL5.25º93.02%16.86%-
HSV(B)5.25º96.39%32.55%-
XYZ3.692.060.29-
YUV31.03112.18165.07-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 86.46%
GREEN value IS 10 (4.30% from 255) = 10.42%
BLUE value IS 3 (1.56% from 255) = 3.12%
R=86.46%
G=10.42%
B=3.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.96
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8310300.880.960.675.2593.0216.86
Hex53A3058604355d11
Octal1231230130140103513521
Binary10100111010110101100011000001000011101101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530A03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530A03; }

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

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

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

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

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

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

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

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