Html Css Color HEX #19040E Rustic Red

📋 copy color: '#19040E'

red 25 ◦ green 4 ◦ blue 14

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

Shades of Rustic Red #19040E

Tints of Rustic Red #19040E

RGB

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

 GREEN value IS 4 (1.95% from 255) = 9.3%

 BLUE value IS 14 (5.86% from 255) = 32.56%

R = 58.14%
G = 9.3%
B = 32.56%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.44

 K value IS 0.90

RGB Variations

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

Color information

#19040E (or 0x19040E) is known color: Rustic Red. HEX triplet: 19, 04 and 0E. RGB value is (25,4,14). Sum of RGB (Red+Green+Blue) = 25+4+14=43 (5% of max value = 765). Red value is 25 (10.16% from 255 or 58.14% from 43); Green value is 4 (1.95% from 255 or 9.30% from 43); Blue value is 14 (5.86% from 255 or 32.56% from 43); Max value from RGB is 25 - color contains mainly: red. Hex color #19040E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #19040E is #E6FBF1. Grayscale: #0B0B0B. Windows color (decimal): -15137778 or 918553. OLE color: 918553.

HSL color Cylindrical-coordinate representation of color #19040E: hue angle of 331.43º degrees, saturation: 0.72, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #19040E is Cyan = 0, Magento = 0.84, Yellow = 0.44 and Black (K on CMYK) = 0.90.

Color convert

RGB 25 4 14 -
CMYK 0 0.84 0.44 0.90
HSL 331.43º 0.72% 0.06% -
HSV(B) 331.43º 0.84% 0.1% -
XYZ 0.52 0.33 0.45 -
YUV 11.42 129.46 137.69 -
System Red Green Blue C M Y K H S L
Decimal 25 4 14 0 0.84 0.44 0.90 331.43 0.72 0.06
Hex 19 4 E 0 54 2C 5A 14B 48 6
Octal 31 4 16 0 124 54 132 513 110 6
Binary 11001 100 1110 0 1010100 101100 1011010 101001011 1001000 110

Color Harmonies of #19040E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19040E

Black with #19040E

Text Example


Text Example

White with #19040E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19040E; }

 p { color: rgb(25,4,14); }

 H1.HeaderClassName
 {
   color: #19040E;
 }
 .AnyTagClassName
 {
   color: #19040E;
 }
</style>

background-color css

<style>
 a { background-color: #19040E; }

 a { background-color: rgb(25,4,14); }

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

border-color css

<style>
 span { border-color: #19040E; }

 span { border-color: rgb(25,4,14); }

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