Html Css Color HEX #19090C Rustic Red

📋 copy color: '#19090C'

red 25 ◦ green 9 ◦ blue 12

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

Shades of Rustic Red #19090C

Tints of Rustic Red #19090C

RGB

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

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

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

R = 54.35%
G = 19.57%
B = 26.09%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.52

 K value IS 0.90

RGB Variations

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

Color information

#19090C (or 0x19090C) is known color: Rustic Red. HEX triplet: 19, 09 and 0C. RGB value is (25,9,12). Sum of RGB (Red+Green+Blue) = 25+9+12=46 (6% of max value = 765). Red value is 25 (10.16% from 255 or 54.35% from 46); Green value is 9 (3.91% from 255 or 19.57% from 46); Blue value is 12 (5.08% from 255 or 26.09% from 46); Max value from RGB is 25 - color contains mainly: red. Hex color #19090C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #19090C is #E6F6F3. Grayscale: #0E0E0E. Windows color (decimal): -15136500 or 788761. OLE color: 788761.

HSL color Cylindrical-coordinate representation of color #19090C: hue angle of 348.75º degrees, saturation: 0.47, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #19090C is Cyan = 0, Magento = 0.64, Yellow = 0.52 and Black (K on CMYK) = 0.90.

Color convert

RGB 25 9 12 -
CMYK 0 0.64 0.52 0.90
HSL 348.75º 0.47% 0.07% -
HSV(B) 348.75º 0.64% 0.1% -
XYZ 0.56 0.43 0.4 -
YUV 14.13 126.8 135.76 -
System Red Green Blue C M Y K H S L
Decimal 25 9 12 0 0.64 0.52 0.90 348.75 0.47 0.07
Hex 19 9 C 0 40 34 5A 15D 2F 7
Octal 31 11 14 0 100 64 132 535 57 7
Binary 11001 1001 1100 0 1000000 110100 1011010 101011101 101111 111

Color Harmonies of #19090C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19090C

Black with #19090C

Text Example


Text Example

White with #19090C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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