#53040B

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

Shades of Rustic Red #53040B

Tints of Rustic Red #53040B

Color information

#53040B (or 0x53040B) is unknown color: approx Rustic Red. HEX triplet: 53, 04 and 0B. RGB value is (83,4,11). Sum of RGB (Red+Green+Blue) = 83+4+11=98 (12% of max value = 765). Red value is 83 (32.81% from 255 or 84.69% from 98); Green value is 4 (1.95% from 255 or 4.08% from 98); Blue value is 11 (4.69% from 255 or 11.22% from 98); Max value from RGB is 83 - color contains mainly: red. Hex color #53040B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #53040B is #ACFBF4. Grayscale: #1C1C1C. Windows color (decimal): -11336693 or 722003. OLE color: 722003.

HSL color Cylindrical-coordinate representation of color #53040B: hue angle of 354.68º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #53040B is Cyan = 0, Magento = 0.95, Yellow = 0.87 and Black (K on CMYK) = 0.67.

Color convert

RGB83411-
CMYK00.950.870.67
HSL354.68º90.8%17.06%-
HSV(B)354.68º95.18%32.55%-
XYZ3.671.950.5-
YUV28.42118.17166.93-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 84.69%
GREEN value IS 4 (1.95% from 255) = 4.08%
BLUE value IS 11 (4.69% from 255) = 11.22%
R=84.69%
G=4.08%
B=11.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.87
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8341100.950.870.67354.6890.817.06
Hex534B05F57431635b11
Octal123413013712710354313321
Binary101001110010110101111110101111000011101100011101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53040B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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