Html Css Color HEX #13090E Rustic Red

📋 copy color: '#13090E'

red 19 ◦ green 9 ◦ blue 14

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

Shades of Rustic Red #13090E

Tints of Rustic Red #13090E

RGB

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

 GREEN value IS 9 (3.91% from 255) = 21.43%

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

R = 45.24%
G = 21.43%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.26

 K value IS 0.93

RGB Variations

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

Color information

#13090E (or 0x13090E) is known color: Rustic Red. HEX triplet: 13, 09 and 0E. RGB value is (19,9,14). Sum of RGB (Red+Green+Blue) = 19+9+14=42 (5% of max value = 765). Red value is 19 (7.81% from 255 or 45.24% from 42); Green value is 9 (3.91% from 255 or 21.43% from 42); Blue value is 14 (5.86% from 255 or 33.33% from 42); Max value from RGB is 19 - color contains mainly: red. Hex color #13090E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #13090E is #ECF6F1. Grayscale: #0C0C0C. Windows color (decimal): -15529714 or 919827. OLE color: 919827.

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

Color convert

RGB 19 9 14 -
CMYK 0 0.53 0.26 0.93
HSL 330º 0.36% 0.05% -
HSV(B) 330º 0.53% 0.07% -
XYZ 0.45 0.37 0.46 -
YUV 12.56 128.81 132.59 -
System Red Green Blue C M Y K H S L
Decimal 19 9 14 0 0.53 0.26 0.93 330 0.36 0.05
Hex 13 9 E 0 35 1A 5D 14A 24 5
Octal 23 11 16 0 65 32 135 512 44 5
Binary 10011 1001 1110 0 110101 11010 1011101 101001010 100100 101

Color Harmonies of #13090E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13090E

Black with #13090E

Text Example


Text Example

White with #13090E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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