Html Css Color HEX #13090B Rustic Red

📋 copy color: '#13090B'

red 19 ◦ green 9 ◦ blue 11

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

Shades of Rustic Red #13090B

Tints of Rustic Red #13090B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 28.21%

R = 48.72%
G = 23.08%
B = 28.21%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.42

 K value IS 0.93

RGB Variations

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

Color information

#13090B (or 0x13090B) is known color: Rustic Red. HEX triplet: 13, 09 and 0B. RGB value is (19,9,11). Sum of RGB (Red+Green+Blue) = 19+9+11=39 (5% of max value = 765). Red value is 19 (7.81% from 255 or 48.72% from 39); Green value is 9 (3.91% from 255 or 23.08% from 39); Blue value is 11 (4.69% from 255 or 28.21% from 39); Max value from RGB is 19 - color contains mainly: red. Hex color #13090B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #13090B is #ECF6F4. Grayscale: #0C0C0C. Windows color (decimal): -15529717 or 723219. OLE color: 723219.

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

Color convert

RGB 19 9 11 -
CMYK 0 0.53 0.42 0.93
HSL 348º 0.36% 0.05% -
HSV(B) 348º 0.53% 0.07% -
XYZ 0.43 0.36 0.36 -
YUV 12.22 127.31 132.84 -
System Red Green Blue C M Y K H S L
Decimal 19 9 11 0 0.53 0.42 0.93 348 0.36 0.05
Hex 13 9 B 0 35 2A 5D 15C 24 5
Octal 23 11 13 0 65 52 135 534 44 5
Binary 10011 1001 1011 0 110101 101010 1011101 101011100 100100 101

Color Harmonies of #13090B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13090B

Black with #13090B

Text Example


Text Example

White with #13090B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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