#130C0F

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

Shades of Rustic Red #130C0F

Tints of Rustic Red #130C0F

Color information

#130C0F (or 0x130C0F) is unknown color: approx Rustic Red. HEX triplet: 13, 0C and 0F. RGB value is (19,12,15). Sum of RGB (Red+Green+Blue) = 19+12+15=46 (6% of max value = 765). Red value is 19 (7.81% from 255 or 41.30% from 46); Green value is 12 (5.08% from 255 or 26.09% from 46); Blue value is 15 (6.25% from 255 or 32.61% from 46); Max value from RGB is 19 - color contains mainly: red. Hex color #130C0F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130C0F is #ECF3F0. Grayscale: #0E0E0E. Windows color (decimal): -15528945 or 986131. OLE color: 986131.

HSL color Cylindrical-coordinate representation of color #130C0F: hue angle of 334.29º 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 #130C0F is Cyan = 0, Magento = 0.37, Yellow = 0.21 and Black (K on CMYK) = 0.93.

Color convert

RGB191215-
CMYK00.370.210.93
HSL334.29º22.58%6.08%-
HSV(B)334.29º36.84%7.45%-
XYZ0.490.440.51-
YUV14.43128.32131.26-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 41.30%
GREEN value IS 12 (5.08% from 255) = 26.09%
BLUE value IS 15 (6.25% from 255) = 32.61%
R=41.30%
G=26.09%
B=32.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.21
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal19121500.370.210.93334.2922.586.08
Hex13CF025155D14e176
Octal23141704525135516276
Binary1001111001111010010110101101110110100111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130C0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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