#53000B

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

Shades of Rustic Red #53000B

Tints of Rustic Red #53000B

Color information

#53000B (or 0x53000B) is unknown color: approx Rustic Red. HEX triplet: 53, 00 and 0B. RGB value is (83,0,11). Sum of RGB (Red+Green+Blue) = 83+0+11=94 (12% of max value = 765). Red value is 83 (32.81% from 255 or 88.30% from 94); Green value is 0 (0.39% from 255 or 0% from 94); Blue value is 11 (4.69% from 255 or 11.70% from 94); Max value from RGB is 83 - color contains mainly: red. Hex color #53000B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #53000B is #ACFFF4. Grayscale: #1A1A1A. Windows color (decimal): -11337717 or 720979. OLE color: 720979.

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

Color convert

RGB83011-
CMYK010.870.67
HSL352.05º100%16.27%-
HSV(B)352.05º100%32.55%-
XYZ3.631.860.49-
YUV26.07119.5168.61-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 88.30%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 11 (4.69% from 255) = 11.70%
R=88.30%
G=0%
B=11.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.87
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83011010.870.67352.0510016.27
Hex530B06457431606410
Octal123013014412710354014420
Binary1010011010110110010010101111000011101100000110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53000B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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