Html Css Color HEX #19080D Rustic Red

📋 copy color: '#19080D'

red 25 ◦ green 8 ◦ blue 13

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

Shades of Rustic Red #19080D

Tints of Rustic Red #19080D

RGB

 RED value IS 25 (10.16% from 255) = 54.35%

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

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

R = 54.35%
G = 17.39%
B = 28.26%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.48

 K value IS 0.90

RGB Variations

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

Color information

#19080D (or 0x19080D) is known color: Rustic Red. HEX triplet: 19, 08 and 0D. RGB value is (25,8,13). Sum of RGB (Red+Green+Blue) = 25+8+13=46 (6% of max value = 765). Red value is 25 (10.16% from 255 or 54.35% from 46); Green value is 8 (3.52% from 255 or 17.39% from 46); Blue value is 13 (5.47% from 255 or 28.26% from 46); Max value from RGB is 25 - color contains mainly: red. Hex color #19080D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #19080D is #E6F7F2. Grayscale: #0D0D0D. Windows color (decimal): -15136755 or 854041. OLE color: 854041.

HSL color Cylindrical-coordinate representation of color #19080D: hue angle of 342.35º degrees, saturation: 0.52, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #19080D is Cyan = 0, Magento = 0.68, Yellow = 0.48 and Black (K on CMYK) = 0.90.

Color convert

RGB 25 8 13 -
CMYK 0 0.68 0.48 0.90
HSL 342.35º 0.52% 0.06% -
HSV(B) 342.35º 0.68% 0.1% -
XYZ 0.56 0.41 0.43 -
YUV 13.65 127.63 136.09 -
System Red Green Blue C M Y K H S L
Decimal 25 8 13 0 0.68 0.48 0.90 342.35 0.52 0.06
Hex 19 8 D 0 44 30 5A 156 34 6
Octal 31 10 15 0 104 60 132 526 64 6
Binary 11001 1000 1101 0 1000100 110000 1011010 101010110 110100 110

Color Harmonies of #19080D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19080D

Black with #19080D

Text Example


Text Example

White with #19080D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,8,13); }

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

background-color css

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

 a { background-color: rgb(25,8,13); }

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

border-color css

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

 span { border-color: rgb(25,8,13); }

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