#13020B

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

Shades of Rustic Red #13020B

Tints of Rustic Red #13020B

Color information

#13020B (or 0x13020B) is unknown color: approx Rustic Red. HEX triplet: 13, 02 and 0B. RGB value is (19,2,11). Sum of RGB (Red+Green+Blue) = 19+2+11=32 (4% of max value = 765). Red value is 19 (7.81% from 255 or 59.38% from 32); Green value is 2 (1.17% from 255 or 6.25% from 32); Blue value is 11 (4.69% from 255 or 34.38% from 32); Max value from RGB is 19 - color contains mainly: red. Hex color #13020B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #13020B is #ECFDF4. Grayscale: #080808. Windows color (decimal): -15531509 or 721427. OLE color: 721427.

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

Color convert

RGB19211-
CMYK00.890.420.93
HSL328.24º80.95%4.12%-
HSV(B)328.24º89.47%7.45%-
XYZ0.350.210.34-
YUV8.11129.63135.77-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 59.38%
GREEN value IS 2 (1.17% from 255) = 6.25%
BLUE value IS 11 (4.69% from 255) = 34.38%
R=59.38%
G=6.25%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.42
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1921100.890.420.93328.2480.954.12
Hex132B0592A5D148514
Octal232130131521355101214
Binary100111010110101100110101010111011010010001010001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13020B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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