Html Css Color HEX #19080C Rustic Red

📋 copy color: '#19080C'

red 25 ◦ green 8 ◦ blue 12

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

Shades of Rustic Red #19080C

Tints of Rustic Red #19080C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 26.67%

R = 55.56%
G = 17.78%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.52

 K value IS 0.90

RGB Variations

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

Color information

#19080C (or 0x19080C) is known color: Rustic Red. HEX triplet: 19, 08 and 0C. RGB value is (25,8,12). Sum of RGB (Red+Green+Blue) = 25+8+12=45 (5% of max value = 765). Red value is 25 (10.16% from 255 or 55.56% from 45); Green value is 8 (3.52% from 255 or 17.78% from 45); Blue value is 12 (5.08% from 255 or 26.67% from 45); Max value from RGB is 25 - color contains mainly: red. Hex color #19080C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #19080C is #E6F7F3. Grayscale: #0D0D0D. Windows color (decimal): -15136756 or 788505. OLE color: 788505.

HSL color Cylindrical-coordinate representation of color #19080C: hue angle of 345.88º 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 #19080C is Cyan = 0, Magento = 0.68, Yellow = 0.52 and Black (K on CMYK) = 0.90.

Color convert

RGB 25 8 12 -
CMYK 0 0.68 0.52 0.90
HSL 345.88º 0.52% 0.06% -
HSV(B) 345.88º 0.68% 0.1% -
XYZ 0.55 0.41 0.4 -
YUV 13.54 127.13 136.17 -
System Red Green Blue C M Y K H S L
Decimal 25 8 12 0 0.68 0.52 0.90 345.88 0.52 0.06
Hex 19 8 C 0 44 34 5A 15A 34 6
Octal 31 10 14 0 104 64 132 532 64 6
Binary 11001 1000 1100 0 1000100 110100 1011010 101011010 110100 110

Color Harmonies of #19080C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19080C

Black with #19080C

Text Example


Text Example

White with #19080C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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