Html Css Color HEX #130D0E Rustic Red

📋 copy color: '#130D0E'

red 19 ◦ green 13 ◦ blue 14

#130D0E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rustic Red #130D0E

Tints of Rustic Red #130D0E

RGB

 RED value IS 19 (7.81% from 255) = 41.3%

 GREEN value IS 13 (5.47% from 255) = 28.26%

 BLUE value IS 14 (5.86% from 255) = 30.43%

R = 41.3%
G = 28.26%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.26

 K value IS 0.93

RGB Variations

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

Color information

#130D0E (or 0x130D0E) is known color: Rustic Red. HEX triplet: 13, 0D and 0E. RGB value is (19,13,14). Sum of RGB (Red+Green+Blue) = 19+13+14=46 (6% of max value = 765). Red value is 19 (7.81% from 255 or 41.30% from 46); Green value is 13 (5.47% from 255 or 28.26% from 46); Blue value is 14 (5.86% from 255 or 30.43% from 46); Max value from RGB is 19 - color contains mainly: red. Hex color #130D0E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130D0E is #ECF2F1. Grayscale: #0E0E0E. Windows color (decimal): -15528690 or 920851. OLE color: 920851.

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

Color convert

RGB 19 13 14 -
CMYK 0 0.32 0.26 0.93
HSL 350º 0.19% 0.06% -
HSV(B) 350º 0.32% 0.07% -
XYZ 0.49 0.46 0.48 -
YUV 14.91 127.49 130.92 -
System Red Green Blue C M Y K H S L
Decimal 19 13 14 0 0.32 0.26 0.93 350 0.19 0.06
Hex 13 D E 0 20 1A 5D 15E 13 6
Octal 23 15 16 0 40 32 135 536 23 6
Binary 10011 1101 1110 0 100000 11010 1011101 101011110 10011 110

Color Harmonies of #130D0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130D0E

Black with #130D0E

Text Example


Text Example

White with #130D0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #130D0E;
 }
 .AnyTagClassName
 {
   color: #130D0E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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