#53090B

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

Shades of Rustic Red #53090B

Tints of Rustic Red #53090B

Color information

#53090B (or 0x53090B) is unknown color: approx Rustic Red. HEX triplet: 53, 09 and 0B. RGB value is (83,9,11). Sum of RGB (Red+Green+Blue) = 83+9+11=103 (13% of max value = 765). Red value is 83 (32.81% from 255 or 80.58% from 103); Green value is 9 (3.91% from 255 or 8.74% from 103); Blue value is 11 (4.69% from 255 or 10.68% from 103); Max value from RGB is 83 - color contains mainly: red. Hex color #53090B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #53090B is #ACF6F4. Grayscale: #1F1F1F. Windows color (decimal): -11335413 or 723283. OLE color: 723283.

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

Color convert

RGB83911-
CMYK00.890.870.67
HSL358.38º80.43%18.04%-
HSV(B)358.38º89.16%32.55%-
XYZ3.732.060.52-
YUV31.35116.52164.84-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 80.58%
GREEN value IS 9 (3.91% from 255) = 8.74%
BLUE value IS 11 (4.69% from 255) = 10.68%
R=80.58%
G=8.74%
B=10.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.87
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8391100.890.870.67358.3880.4318.04
Hex539B05957431665012
Octal1231113013112710354612022
Binary1010011100110110101100110101111000011101100110101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53090B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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