#130C0D

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

Shades of Rustic Red #130C0D

Tints of Rustic Red #130C0D

Color information

#130C0D (or 0x130C0D) is unknown color: approx Rustic Red. HEX triplet: 13, 0C and 0D. RGB value is (19,12,13). Sum of RGB (Red+Green+Blue) = 19+12+13=44 (5% of max value = 765). Red value is 19 (7.81% from 255 or 43.18% from 44); Green value is 12 (5.08% from 255 or 27.27% from 44); Blue value is 13 (5.47% from 255 or 29.55% from 44); Max value from RGB is 19 - color contains mainly: red. Hex color #130C0D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130C0D is #ECF3F2. Grayscale: #0E0E0E. Windows color (decimal): -15528947 or 855059. OLE color: 855059.

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

Color convert

RGB191213-
CMYK00.370.320.93
HSL351.43º22.58%6.08%-
HSV(B)351.43º36.84%7.45%-
XYZ0.470.430.44-
YUV14.21127.32131.42-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 43.18%
GREEN value IS 12 (5.08% from 255) = 27.27%
BLUE value IS 13 (5.47% from 255) = 29.55%
R=43.18%
G=27.27%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.32
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal19121300.370.320.93351.4322.586.08
Hex13CD025205D15f176
Octal23141504540135537276
Binary10011110011010100101100000101110110101111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130C0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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