#53030B

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

Shades of Rustic Red #53030B

Tints of Rustic Red #53030B

Color information

#53030B (or 0x53030B) is unknown color: approx Rustic Red. HEX triplet: 53, 03 and 0B. RGB value is (83,3,11). Sum of RGB (Red+Green+Blue) = 83+3+11=97 (12% of max value = 765). Red value is 83 (32.81% from 255 or 85.57% from 97); Green value is 3 (1.56% from 255 or 3.09% from 97); Blue value is 11 (4.69% from 255 or 11.34% from 97); Max value from RGB is 83 - color contains mainly: red. Hex color #53030B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #53030B is #ACFCF4. Grayscale: #1B1B1B. Windows color (decimal): -11336949 or 721747. OLE color: 721747.

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

Color convert

RGB83311-
CMYK00.960.870.67
HSL354º93.02%16.86%-
HSV(B)354º96.39%32.55%-
XYZ3.661.930.5-
YUV27.83118.5167.35-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 85.57%
GREEN value IS 3 (1.56% from 255) = 3.09%
BLUE value IS 11 (4.69% from 255) = 11.34%
R=85.57%
G=3.09%
B=11.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.87
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8331100.960.870.6735493.0216.86
Hex533B06057431625d11
Octal123313014012710354213521
Binary10100111110110110000010101111000011101100010101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53030B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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