Html Css Color HEX #130A0E Rustic Red

📋 copy color: '#130A0E'

red 19 ◦ green 10 ◦ blue 14

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

Shades of Rustic Red #130A0E

Tints of Rustic Red #130A0E

RGB

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

 GREEN value IS 10 (4.3% from 255) = 23.26%

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

R = 44.19%
G = 23.26%
B = 32.56%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.26

 K value IS 0.93

RGB Variations

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

Color information

#130A0E (or 0x130A0E) is known color: Rustic Red. HEX triplet: 13, 0A and 0E. RGB value is (19,10,14). Sum of RGB (Red+Green+Blue) = 19+10+14=43 (5% of max value = 765). Red value is 19 (7.81% from 255 or 44.19% from 43); Green value is 10 (4.30% from 255 or 23.26% from 43); Blue value is 14 (5.86% from 255 or 32.56% from 43); Max value from RGB is 19 - color contains mainly: red. Hex color #130A0E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130A0E is #ECF5F1. Grayscale: #0D0D0D. Windows color (decimal): -15529458 or 920083. OLE color: 920083.

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

Color convert

RGB 19 10 14 -
CMYK 0 0.47 0.26 0.93
HSL 333.33º 0.31% 0.06% -
HSV(B) 333.33º 0.47% 0.07% -
XYZ 0.46 0.39 0.47 -
YUV 13.15 128.48 132.17 -
System Red Green Blue C M Y K H S L
Decimal 19 10 14 0 0.47 0.26 0.93 333.33 0.31 0.06
Hex 13 A E 0 2F 1A 5D 14D 1F 6
Octal 23 12 16 0 57 32 135 515 37 6
Binary 10011 1010 1110 0 101111 11010 1011101 101001101 11111 110

Color Harmonies of #130A0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130A0E

Black with #130A0E

Text Example


Text Example

White with #130A0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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