#530205

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

Shades of Rustic Red #530205

Tints of Rustic Red #530205

Color information

#530205 (or 0x530205) is unknown color: approx Rustic Red. HEX triplet: 53, 02 and 05. RGB value is (83,2,5). Sum of RGB (Red+Green+Blue) = 83+2+5=90 (11% of max value = 765). Red value is 83 (32.81% from 255 or 92.22% from 90); Green value is 2 (1.17% from 255 or 2.22% from 90); Blue value is 5 (2.34% from 255 or 5.56% from 90); Max value from RGB is 83 - color contains mainly: red. Hex color #530205 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530205 is #ACFDFA. Grayscale: #1A1A1A. Windows color (decimal): -11337211 or 328275. OLE color: 328275.

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

Color convert

RGB8325-
CMYK00.980.940.67
HSL357.78º95.29%16.67%-
HSV(B)357.78º97.59%32.55%-
XYZ3.621.890.32-
YUV26.56115.84168.26-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 92.22%
GREEN value IS 2 (1.17% from 255) = 2.22%
BLUE value IS 5 (2.34% from 255) = 5.56%
R=92.22%
G=2.22%
B=5.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.94
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal832500.980.940.67357.7895.2916.67
Hex53250625E431665f11
Octal12325014213610354613721
Binary1010011101010110001010111101000011101100110101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530205; }

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

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

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

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

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

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

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

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