#53010A

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

Shades of Rustic Red #53010A

Tints of Rustic Red #53010A

Color information

#53010A (or 0x53010A) is unknown color: approx Rustic Red. HEX triplet: 53, 01 and 0A. RGB value is (83,1,10). Sum of RGB (Red+Green+Blue) = 83+1+10=94 (12% of max value = 765). Red value is 83 (32.81% from 255 or 88.30% from 94); Green value is 1 (0.78% from 255 or 1.06% from 94); Blue value is 10 (4.30% from 255 or 10.64% from 94); Max value from RGB is 83 - color contains mainly: red. Hex color #53010A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #53010A is #ACFEF5. Grayscale: #1A1A1A. Windows color (decimal): -11337462 or 655699. OLE color: 655699.

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

Color convert

RGB83110-
CMYK00.990.880.67
HSL353.41º97.62%16.47%-
HSV(B)353.41º98.8%32.55%-
XYZ3.631.880.46-
YUV26.54118.67168.27-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 88.30%
GREEN value IS 1 (0.78% from 255) = 1.06%
BLUE value IS 10 (4.30% from 255) = 10.64%
R=88.30%
G=1.06%
B=10.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.88
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8311000.990.880.67353.4197.6216.47
Hex531A06358431616210
Octal123112014313010354114220
Binary1010011110100110001110110001000011101100001110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53010A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53010A; }

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

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

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

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

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

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

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

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