Html Css Color HEX #19040B Rustic Red

📋 copy color: '#19040B'

red 25 ◦ green 4 ◦ blue 11

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

Shades of Rustic Red #19040B

Tints of Rustic Red #19040B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 27.5%

R = 62.5%
G = 10%
B = 27.5%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.56

 K value IS 0.90

RGB Variations

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

Color information

#19040B (or 0x19040B) is known color: Rustic Red. HEX triplet: 19, 04 and 0B. RGB value is (25,4,11). Sum of RGB (Red+Green+Blue) = 25+4+11=40 (5% of max value = 765). Red value is 25 (10.16% from 255 or 62.5% from 40); Green value is 4 (1.95% from 255 or 10% from 40); Blue value is 11 (4.69% from 255 or 27.5% from 40); Max value from RGB is 25 - color contains mainly: red. Hex color #19040B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #19040B is #E6FBF4. Grayscale: #0B0B0B. Windows color (decimal): -15137781 or 721945. OLE color: 721945.

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

Color convert

RGB 25 4 11 -
CMYK 0 0.84 0.56 0.90
HSL 340º 0.72% 0.06% -
HSV(B) 340º 0.84% 0.1% -
XYZ 0.5 0.32 0.35 -
YUV 11.08 127.96 137.93 -
System Red Green Blue C M Y K H S L
Decimal 25 4 11 0 0.84 0.56 0.90 340 0.72 0.06
Hex 19 4 B 0 54 38 5A 154 48 6
Octal 31 4 13 0 124 70 132 524 110 6
Binary 11001 100 1011 0 1010100 111000 1011010 101010100 1001000 110

Color Harmonies of #19040B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19040B

Black with #19040B

Text Example


Text Example

White with #19040B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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