Html Css Color HEX #13090D Rustic Red

📋 copy color: '#13090D'

red 19 ◦ green 9 ◦ blue 13

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

Shades of Rustic Red #13090D

Tints of Rustic Red #13090D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 31.71%

R = 46.34%
G = 21.95%
B = 31.71%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.32

 K value IS 0.93

RGB Variations

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

Color information

#13090D (or 0x13090D) is known color: Rustic Red. HEX triplet: 13, 09 and 0D. RGB value is (19,9,13). Sum of RGB (Red+Green+Blue) = 19+9+13=41 (5% of max value = 765). Red value is 19 (7.81% from 255 or 46.34% from 41); Green value is 9 (3.91% from 255 or 21.95% from 41); Blue value is 13 (5.47% from 255 or 31.71% from 41); Max value from RGB is 19 - color contains mainly: red. Hex color #13090D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #13090D is #ECF6F2. Grayscale: #0C0C0C. Windows color (decimal): -15529715 or 854291. OLE color: 854291.

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

Color convert

RGB 19 9 13 -
CMYK 0 0.53 0.32 0.93
HSL 336º 0.36% 0.05% -
HSV(B) 336º 0.53% 0.07% -
XYZ 0.44 0.36 0.43 -
YUV 12.45 128.31 132.67 -
System Red Green Blue C M Y K H S L
Decimal 19 9 13 0 0.53 0.32 0.93 336 0.36 0.05
Hex 13 9 D 0 35 20 5D 150 24 5
Octal 23 11 15 0 65 40 135 520 44 5
Binary 10011 1001 1101 0 110101 100000 1011101 101010000 100100 101

Color Harmonies of #13090D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13090D

Black with #13090D

Text Example


Text Example

White with #13090D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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