#530803

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

Shades of Red Oxide #530803

Tints of Red Oxide #530803

Color information

#530803 (or 0x530803) is unknown color: approx Red Oxide. HEX triplet: 53, 08 and 03. RGB value is (83,8,3). Sum of RGB (Red+Green+Blue) = 83+8+3=94 (12% of max value = 765). Red value is 83 (32.81% from 255 or 88.30% from 94); Green value is 8 (3.52% from 255 or 8.51% from 94); Blue value is 3 (1.56% from 255 or 3.19% from 94); Max value from RGB is 83 - color contains mainly: red. Hex color #530803 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530803 is #ACF7FC. Grayscale: #1D1D1D. Windows color (decimal): -11335677 or 198739. OLE color: 198739.

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

Color convert

RGB8383-
CMYK00.900.960.67
HSL3.75º93.02%16.86%-
HSV(B)3.75º96.39%32.55%-
XYZ3.672.020.28-
YUV29.85112.85165.91-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 88.30%
GREEN value IS 8 (3.52% from 255) = 8.51%
BLUE value IS 3 (1.56% from 255) = 3.19%
R=88.30%
G=8.51%
B=3.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.96
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal838300.900.960.673.7593.0216.86
Hex538305A604345d11
Octal1231030132140103413521
Binary10100111000110101101011000001000011100101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530803

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530803; }

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

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

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

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

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

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

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

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