#19040B

Color #19040B Rustic Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rustic Red #19040B

Tints of Rustic Red #19040B

Color information

#19040B (or 0x19040B) is unknown color: approx 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

RGB25411-
CMYK00.840.560.90
HSL340º72.41%5.69%-
HSV(B)340º84%9.8%-
XYZ0.50.320.35-
YUV11.08127.96137.93-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.56
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2541100.840.560.9034072.415.69
Hex194B054385A154486
Octal314130124701325241106
Binary1100110010110101010011100010110101010101001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19040B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>