#53010B

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

Shades of Rustic Red #53010B

Tints of Rustic Red #53010B

Color information

#53010B (or 0x53010B) is unknown color: approx Rustic Red. HEX triplet: 53, 01 and 0B. RGB value is (83,1,11). Sum of RGB (Red+Green+Blue) = 83+1+11=95 (12% of max value = 765). Red value is 83 (32.81% from 255 or 87.37% from 95); Green value is 1 (0.78% from 255 or 1.05% from 95); Blue value is 11 (4.69% from 255 or 11.58% from 95); Max value from RGB is 83 - color contains mainly: red. Hex color #53010B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #53010B is #ACFEF4. Grayscale: #1A1A1A. Windows color (decimal): -11337461 or 721235. OLE color: 721235.

HSL color Cylindrical-coordinate representation of color #53010B: hue angle of 352.68º 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 #53010B is Cyan = 0, Magento = 0.99, Yellow = 0.87 and Black (K on CMYK) = 0.67.

Color convert

RGB83111-
CMYK00.990.870.67
HSL352.68º97.62%16.47%-
HSV(B)352.68º98.8%32.55%-
XYZ3.641.880.49-
YUV26.66119.17168.19-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 87.37%
GREEN value IS 1 (0.78% from 255) = 1.05%
BLUE value IS 11 (4.69% from 255) = 11.58%
R=87.37%
G=1.05%
B=11.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.87
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8311100.990.870.67352.6897.6216.47
Hex531B06357431616210
Octal123113014312710354114220
Binary1010011110110110001110101111000011101100001110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53010B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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