Html Css Color HEX #13080E Rustic Red

📋 copy color: '#13080E'

red 19 ◦ green 8 ◦ blue 14

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

Shades of Rustic Red #13080E

Tints of Rustic Red #13080E

RGB

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

 GREEN value IS 8 (3.52% from 255) = 19.51%

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

R = 46.34%
G = 19.51%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.26

 K value IS 0.93

RGB Variations

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

Color information

#13080E (or 0x13080E) is known color: Rustic Red. HEX triplet: 13, 08 and 0E. RGB value is (19,8,14). Sum of RGB (Red+Green+Blue) = 19+8+14=41 (5% of max value = 765). Red value is 19 (7.81% from 255 or 46.34% from 41); Green value is 8 (3.52% from 255 or 19.51% from 41); Blue value is 14 (5.86% from 255 or 34.15% from 41); Max value from RGB is 19 - color contains mainly: red. Hex color #13080E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #13080E is #ECF7F1. Grayscale: #0B0B0B. Windows color (decimal): -15529970 or 919571. OLE color: 919571.

HSL color Cylindrical-coordinate representation of color #13080E: hue angle of 327.27º degrees, saturation: 0.41, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #13080E is Cyan = 0, Magento = 0.58, Yellow = 0.26 and Black (K on CMYK) = 0.93.

Color convert

RGB 19 8 14 -
CMYK 0 0.58 0.26 0.93
HSL 327.27º 0.41% 0.05% -
HSV(B) 327.27º 0.58% 0.07% -
XYZ 0.43 0.34 0.46 -
YUV 11.97 129.14 133.01 -
System Red Green Blue C M Y K H S L
Decimal 19 8 14 0 0.58 0.26 0.93 327.27 0.41 0.05
Hex 13 8 E 0 3A 1A 5D 147 29 5
Octal 23 10 16 0 72 32 135 507 51 5
Binary 10011 1000 1110 0 111010 11010 1011101 101000111 101001 101

Color Harmonies of #13080E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13080E

Black with #13080E

Text Example


Text Example

White with #13080E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13080E; }

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

 H1.HeaderClassName
 {
   color: #13080E;
 }
 .AnyTagClassName
 {
   color: #13080E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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