#530508

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

Shades of Rustic Red #530508

Tints of Rustic Red #530508

Color information

#530508 (or 0x530508) is unknown color: approx Rustic Red. HEX triplet: 53, 05 and 08. RGB value is (83,5,8). Sum of RGB (Red+Green+Blue) = 83+5+8=96 (12% of max value = 765). Red value is 83 (32.81% from 255 or 86.46% from 96); Green value is 5 (2.34% from 255 or 5.21% from 96); Blue value is 8 (3.52% from 255 or 8.33% from 96); Max value from RGB is 83 - color contains mainly: red. Hex color #530508 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530508 is #ACFAF7. Grayscale: #1C1C1C. Windows color (decimal): -11336440 or 525651. OLE color: 525651.

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

Color convert

RGB8358-
CMYK00.940.900.67
HSL357.69º88.64%17.25%-
HSV(B)357.69º93.98%32.55%-
XYZ3.671.970.42-
YUV28.66116.34166.76-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 86.46%
GREEN value IS 5 (2.34% from 255) = 5.21%
BLUE value IS 8 (3.52% from 255) = 8.33%
R=86.46%
G=5.21%
B=8.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.90
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal835800.940.900.67357.6988.6417.25
Hex535805E5A431665911
Octal123510013613210354613121
Binary101001110110000101111010110101000011101100110101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530508; }

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

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

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

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

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

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

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

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