#130F11

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

Shades of Rustic Red #130F11

Tints of Rustic Red #130F11

Color information

#130F11 (or 0x130F11) is unknown color: approx Rustic Red. HEX triplet: 13, 0F and 11. RGB value is (19,15,17). Sum of RGB (Red+Green+Blue) = 19+15+17=51 (6% of max value = 765). Red value is 19 (7.81% from 255 or 37.25% from 51); Green value is 15 (6.25% from 255 or 29.41% from 51); Blue value is 17 (7.03% from 255 or 33.33% from 51); Max value from RGB is 19 - color contains mainly: red. Hex color #130F11 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130F11 is #ECF0EE. Grayscale: #101010. Windows color (decimal): -15528175 or 1117971. OLE color: 1117971.

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

Color convert

RGB191517-
CMYK00.210.110.93
HSL330º11.76%6.67%-
HSV(B)330º21.05%7.45%-
XYZ0.540.520.6-
YUV16.42128.33129.84-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 37.25%
GREEN value IS 15 (6.25% from 255) = 29.41%
BLUE value IS 17 (7.03% from 255) = 33.33%
R=37.25%
G=29.41%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.11
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal19151700.210.110.9333011.766.67
Hex13F11015B5D14ac7
Octal23172102513135512147
Binary10011111110001010101101110111011010010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130F11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,15,17); }

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

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

 a { background-color: rgb(19,15,17); }

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

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

 span { border-color: rgb(19,15,17); }

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