#530203

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

Shades of Rustic Red #530203

Tints of Rustic Red #530203

Color information

#530203 (or 0x530203) is unknown color: approx Rustic Red. HEX triplet: 53, 02 and 03. RGB value is (83,2,3). Sum of RGB (Red+Green+Blue) = 83+2+3=88 (11% of max value = 765). Red value is 83 (32.81% from 255 or 94.32% from 88); Green value is 2 (1.17% from 255 or 2.27% from 88); Blue value is 3 (1.56% from 255 or 3.41% from 88); Max value from RGB is 83 - color contains mainly: red. Hex color #530203 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530203 is #ACFDFC. Grayscale: #1A1A1A. Windows color (decimal): -11337213 or 197203. OLE color: 197203.

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

Color convert

RGB8323-
CMYK00.980.960.67
HSL359.26º95.29%16.67%-
HSV(B)359.26º97.59%32.55%-
XYZ3.611.890.26-
YUV26.33114.84168.42-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 94.32%
GREEN value IS 2 (1.17% from 255) = 2.27%
BLUE value IS 3 (1.56% from 255) = 3.41%
R=94.32%
G=2.27%
B=3.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.96
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal832300.980.960.67359.2695.2916.67
Hex532306260431675f11
Octal12323014214010354713721
Binary101001110110110001011000001000011101100111101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530203

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530203; }

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

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

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

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

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

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

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

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