#530001

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

Shades of Rustic Red #530001

Tints of Rustic Red #530001

Color information

#530001 (or 0x530001) is unknown color: approx Rustic Red. HEX triplet: 53, 00 and 01. RGB value is (83,0,1). Sum of RGB (Red+Green+Blue) = 83+0+1=84 (11% of max value = 765). Red value is 83 (32.81% from 255 or 98.81% from 84); Green value is 0 (0.39% from 255 or 0% from 84); Blue value is 1 (0.78% from 255 or 1.19% from 84); Max value from RGB is 83 - color contains mainly: red. Hex color #530001 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530001 is #ACFFFE. Grayscale: #191919. Windows color (decimal): -11337727 or 65619. OLE color: 65619.

HSL color Cylindrical-coordinate representation of color #530001: hue angle of 359.28º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #530001 is Cyan = 0, Magento = 1, Yellow = 0.99 and Black (K on CMYK) = 0.67.

Color convert

RGB8301-
CMYK010.990.67
HSL359.28º100%16.27%-
HSV(B)359.28º100%32.55%-
XYZ3.571.840.2-
YUV24.93114.5169.42-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 98.81%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 1 (0.78% from 255) = 1.19%
R=98.81%
G=0%
B=1.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.99
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8301010.990.67359.2810016.27
Hex530106463431676410
Octal12301014414310354714420
Binary1010011010110010011000111000011101100111110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530001; }

 p { color: rgb(83,0,1); }

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

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

 a { background-color: rgb(83,0,1); }

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

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

 span { border-color: rgb(83,0,1); }

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