#19000B

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

Shades of Rustic Red #19000B

Tints of Rustic Red #19000B

Color information

#19000B (or 0x19000B) is unknown color: approx Rustic Red. HEX triplet: 19, 00 and 0B. RGB value is (25,0,11). Sum of RGB (Red+Green+Blue) = 25+0+11=36 (4% of max value = 765). Red value is 25 (10.16% from 255 or 69.44% from 36); Green value is 0 (0.39% from 255 or 0% from 36); Blue value is 11 (4.69% from 255 or 30.56% from 36); Max value from RGB is 25 - color contains mainly: red. Hex color #19000B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #19000B is #E6FFF4. Grayscale: #080808. Windows color (decimal): -15138805 or 720921. OLE color: 720921.

HSL color Cylindrical-coordinate representation of color #19000B: hue angle of 333.6º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #19000B is Cyan = 0, Magento = 1, Yellow = 0.56 and Black (K on CMYK) = 0.90.

Color convert

RGB25011-
CMYK010.560.90
HSL333.6º100%4.9%-
HSV(B)333.6º100%9.8%-
XYZ0.460.230.34-
YUV8.73129.28139.61-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 69.44%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 11 (4.69% from 255) = 30.56%
R=69.44%
G=0%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.56
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal25011010.560.90333.61004.9
Hex190B064385A14e645
Octal310130144701325161445
Binary11001010110110010011100010110101010011101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19000B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #19000B;
 }
 .AnyTagClassName
 {
   color: #19000B;
 }
</style>
background-color css

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

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

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

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

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

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