#13090B

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

Shades of Rustic Red #13090B

Tints of Rustic Red #13090B

Color information

#13090B (or 0x13090B) is unknown color: approx Rustic Red. HEX triplet: 13, 09 and 0B. RGB value is (19,9,11). Sum of RGB (Red+Green+Blue) = 19+9+11=39 (5% of max value = 765). Red value is 19 (7.81% from 255 or 48.72% from 39); Green value is 9 (3.91% from 255 or 23.08% from 39); Blue value is 11 (4.69% from 255 or 28.21% from 39); Max value from RGB is 19 - color contains mainly: red. Hex color #13090B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #13090B is #ECF6F4. Grayscale: #0C0C0C. Windows color (decimal): -15529717 or 723219. OLE color: 723219.

HSL color Cylindrical-coordinate representation of color #13090B: hue angle of 348º degrees, saturation: 0.36, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #13090B is Cyan = 0, Magento = 0.53, Yellow = 0.42 and Black (K on CMYK) = 0.93.

Color convert

RGB19911-
CMYK00.530.420.93
HSL348º35.71%5.49%-
HSV(B)348º52.63%7.45%-
XYZ0.430.360.36-
YUV12.22127.31132.84-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 48.72%
GREEN value IS 9 (3.91% from 255) = 23.08%
BLUE value IS 11 (4.69% from 255) = 28.21%
R=48.72%
G=23.08%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.42
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1991100.530.420.9334835.715.49
Hex139B0352A5D15c245
Octal23111306552135534445
Binary100111001101101101011010101011101101011100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13090B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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