#130D10

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

Shades of Rustic Red #130D10

Tints of Rustic Red #130D10

Color information

#130D10 (or 0x130D10) is unknown color: approx Rustic Red. HEX triplet: 13, 0D and 10. RGB value is (19,13,16). Sum of RGB (Red+Green+Blue) = 19+13+16=48 (6% of max value = 765). Red value is 19 (7.81% from 255 or 39.58% from 48); Green value is 13 (5.47% from 255 or 27.08% from 48); Blue value is 16 (6.64% from 255 or 33.33% from 48); Max value from RGB is 19 - color contains mainly: red. Hex color #130D10 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130D10 is #ECF2EF. Grayscale: #0F0F0F. Windows color (decimal): -15528688 or 1051923. OLE color: 1051923.

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

Color convert

RGB191316-
CMYK00.320.160.93
HSL330º18.75%6.27%-
HSV(B)330º31.58%7.45%-
XYZ0.510.460.55-
YUV15.14128.49130.76-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 39.58%
GREEN value IS 13 (5.47% from 255) = 27.08%
BLUE value IS 16 (6.64% from 255) = 33.33%
R=39.58%
G=27.08%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.16
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal19131600.320.160.9333018.756.27
Hex13D10020105D14a136
Octal23152004020135512236
Binary10011110110000010000010000101110110100101010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130D10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,13,16); }

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

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

 a { background-color: rgb(19,13,16); }

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

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

 span { border-color: rgb(19,13,16); }

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