#130A0B

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

Shades of Rustic Red #130A0B

Tints of Rustic Red #130A0B

Color information

#130A0B (or 0x130A0B) is unknown color: approx Rustic Red. HEX triplet: 13, 0A and 0B. RGB value is (19,10,11). Sum of RGB (Red+Green+Blue) = 19+10+11=40 (5% of max value = 765). Red value is 19 (7.81% from 255 or 47.5% from 40); Green value is 10 (4.30% from 255 or 25% from 40); Blue value is 11 (4.69% from 255 or 27.5% from 40); Max value from RGB is 19 - color contains mainly: red. Hex color #130A0B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130A0B is #ECF5F4. Grayscale: #0C0C0C. Windows color (decimal): -15529461 or 723475. OLE color: 723475.

HSL color Cylindrical-coordinate representation of color #130A0B: hue angle of 353.33º degrees, saturation: 0.31, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #130A0B is Cyan = 0, Magento = 0.47, Yellow = 0.42 and Black (K on CMYK) = 0.93.

Color convert

RGB191011-
CMYK00.470.420.93
HSL353.33º31.03%5.69%-
HSV(B)353.33º47.37%7.45%-
XYZ0.440.380.37-
YUV12.8126.98132.42-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 47.5%
GREEN value IS 10 (4.30% from 255) = 25%
BLUE value IS 11 (4.69% from 255) = 27.5%
R=47.5%
G=25%
B=27.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.42
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal19101100.470.420.93353.3331.035.69
Hex13AB02F2A5D1611f6
Octal23121305752135541376
Binary10011101010110101111101010101110110110000111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130A0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130A0B; }

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

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

<style>
 a { background-color: #130A0B; }

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

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

<style>
 span { border-color: #130A0B; }

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

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