#13050B

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

Shades of Rustic Red #13050B

Tints of Rustic Red #13050B

Color information

#13050B (or 0x13050B) is unknown color: approx Rustic Red. HEX triplet: 13, 05 and 0B. RGB value is (19,5,11). Sum of RGB (Red+Green+Blue) = 19+5+11=35 (4% of max value = 765). Red value is 19 (7.81% from 255 or 54.29% from 35); Green value is 5 (2.34% from 255 or 14.29% from 35); Blue value is 11 (4.69% from 255 or 31.43% from 35); Max value from RGB is 19 - color contains mainly: red. Hex color #13050B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #13050B is #ECFAF4. Grayscale: #090909. Windows color (decimal): -15530741 or 722195. OLE color: 722195.

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

Color convert

RGB19511-
CMYK00.740.420.93
HSL334.29º58.33%4.71%-
HSV(B)334.29º73.68%7.45%-
XYZ0.380.270.35-
YUV9.87128.64134.51-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 54.29%
GREEN value IS 5 (2.34% from 255) = 14.29%
BLUE value IS 11 (4.69% from 255) = 31.43%
R=54.29%
G=14.29%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.42
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1951100.740.420.93334.2958.334.71
Hex135B04A2A5D14e3a5
Octal23513011252135516725
Binary100111011011010010101010101011101101001110111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13050B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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