Html Css Color HEX #19040A Rustic Red

📋 copy color: '#19040A'

red 25 ◦ green 4 ◦ blue 10

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

Shades of Rustic Red #19040A

Tints of Rustic Red #19040A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 25.64%

R = 64.1%
G = 10.26%
B = 25.64%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.60

 K value IS 0.90

RGB Variations

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

Color information

#19040A (or 0x19040A) is known color: Rustic Red. HEX triplet: 19, 04 and 0A. RGB value is (25,4,10). Sum of RGB (Red+Green+Blue) = 25+4+10=39 (5% of max value = 765). Red value is 25 (10.16% from 255 or 64.10% from 39); Green value is 4 (1.95% from 255 or 10.26% from 39); Blue value is 10 (4.30% from 255 or 25.64% from 39); Max value from RGB is 25 - color contains mainly: red. Hex color #19040A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #19040A is #E6FBF5. Grayscale: #0A0A0A. Windows color (decimal): -15137782 or 656409. OLE color: 656409.

HSL color Cylindrical-coordinate representation of color #19040A: hue angle of 342.86º 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 #19040A is Cyan = 0, Magento = 0.84, Yellow = 0.60 and Black (K on CMYK) = 0.90.

Color convert

RGB 25 4 10 -
CMYK 0 0.84 0.60 0.90
HSL 342.86º 0.72% 0.06% -
HSV(B) 342.86º 0.84% 0.1% -
XYZ 0.5 0.32 0.32 -
YUV 10.96 127.46 138.01 -
System Red Green Blue C M Y K H S L
Decimal 25 4 10 0 0.84 0.60 0.90 342.86 0.72 0.06
Hex 19 4 A 0 54 3C 5A 157 48 6
Octal 31 4 12 0 124 74 132 527 110 6
Binary 11001 100 1010 0 1010100 111100 1011010 101010111 1001000 110

Color Harmonies of #19040A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19040A

Black with #19040A

Text Example


Text Example

White with #19040A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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