#130107

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

Shades of Rustic Red #130107

Tints of Rustic Red #130107

Color information

#130107 (or 0x130107) is unknown color: approx Rustic Red. HEX triplet: 13, 01 and 07. RGB value is (19,1,7). Sum of RGB (Red+Green+Blue) = 19+1+7=27 (3% of max value = 765). Red value is 19 (7.81% from 255 or 70.37% from 27); Green value is 1 (0.78% from 255 or 3.70% from 27); Blue value is 7 (3.12% from 255 or 25.93% from 27); Max value from RGB is 19 - color contains mainly: red. Hex color #130107 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130107 is #ECFEF8. Grayscale: #070707. Windows color (decimal): -15531769 or 459027. OLE color: 459027.

HSL color Cylindrical-coordinate representation of color #130107: hue angle of 340º degrees, saturation: 0.9, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #130107 is Cyan = 0, Magento = 0.95, Yellow = 0.63 and Black (K on CMYK) = 0.93.

Color convert

RGB1917-
CMYK00.950.630.93
HSL340º90%3.92%-
HSV(B)340º94.74%7.45%-
XYZ0.320.180.22-
YUV7.07127.96136.51-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 70.37%
GREEN value IS 1 (0.78% from 255) = 3.70%
BLUE value IS 7 (3.12% from 255) = 25.93%
R=70.37%
G=3.70%
B=25.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.63
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal191700.950.630.93340903.92
Hex131705F3F5D1545a4
Octal23170137771355241324
Binary1001111110101111111111110111011010101001011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130107

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130107; }

 p { color: rgb(19,1,7); }

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

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

 a { background-color: rgb(19,1,7); }

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

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

 span { border-color: rgb(19,1,7); }

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