#13080B

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

Shades of Rustic Red #13080B

Tints of Rustic Red #13080B

Color information

#13080B (or 0x13080B) is unknown color: approx Rustic Red. HEX triplet: 13, 08 and 0B. RGB value is (19,8,11). Sum of RGB (Red+Green+Blue) = 19+8+11=38 (5% of max value = 765). Red value is 19 (7.81% from 255 or 50% from 38); Green value is 8 (3.52% from 255 or 21.05% from 38); Blue value is 11 (4.69% from 255 or 28.95% from 38); Max value from RGB is 19 - color contains mainly: red. Hex color #13080B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #13080B is #ECF7F4. Grayscale: #0B0B0B. Windows color (decimal): -15529973 or 722963. OLE color: 722963.

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

Color convert

RGB19811-
CMYK00.580.420.93
HSL343.64º40.74%5.29%-
HSV(B)343.64º57.89%7.45%-
XYZ0.420.340.36-
YUV11.63127.64133.26-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 50%
GREEN value IS 8 (3.52% from 255) = 21.05%
BLUE value IS 11 (4.69% from 255) = 28.95%
R=50%
G=21.05%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.42
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1981100.580.420.93343.6440.745.29
Hex138B03A2A5D158295
Octal23101307252135530515
Binary100111000101101110101010101011101101011000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13080B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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