#13060B

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

Shades of Rustic Red #13060B

Tints of Rustic Red #13060B

Color information

#13060B (or 0x13060B) is unknown color: approx Rustic Red. HEX triplet: 13, 06 and 0B. RGB value is (19,6,11). Sum of RGB (Red+Green+Blue) = 19+6+11=36 (4% of max value = 765). Red value is 19 (7.81% from 255 or 52.78% from 36); Green value is 6 (2.73% from 255 or 16.67% from 36); Blue value is 11 (4.69% from 255 or 30.56% from 36); Max value from RGB is 19 - color contains mainly: red. Hex color #13060B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #13060B is #ECF9F4. Grayscale: #0A0A0A. Windows color (decimal): -15530485 or 722451. OLE color: 722451.

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

Color convert

RGB19611-
CMYK00.680.420.93
HSL336.92º52%4.9%-
HSV(B)336.92º68.42%7.45%-
XYZ0.390.290.35-
YUV10.46128.31134.09-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 52.78%
GREEN value IS 6 (2.73% from 255) = 16.67%
BLUE value IS 11 (4.69% from 255) = 30.56%
R=52.78%
G=16.67%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.42
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1961100.680.420.93336.92524.9
Hex136B0442A5D151345
Octal23613010452135521645
Binary100111101011010001001010101011101101010001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13060B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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