#530304

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

Shades of Rustic Red #530304

Tints of Rustic Red #530304

Color information

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

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

Color convert

RGB8334-
CMYK00.960.950.67
HSL359.25º93.02%16.86%-
HSV(B)359.25º96.39%32.55%-
XYZ3.621.910.29-
YUV27.03115167.92-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.95
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal833400.960.950.67359.2593.0216.86
Hex53340605F431675d11
Octal12334014013710354713521
Binary1010011111000110000010111111000011101100111101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530304; }

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

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

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

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

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

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

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

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