#19000C

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

Shades of Rustic Red #19000C

Tints of Rustic Red #19000C

Color information

#19000C (or 0x19000C) is unknown color: approx Rustic Red. HEX triplet: 19, 00 and 0C. RGB value is (25,0,12). Sum of RGB (Red+Green+Blue) = 25+0+12=37 (4% of max value = 765). Red value is 25 (10.16% from 255 or 67.57% from 37); Green value is 0 (0.39% from 255 or 0% from 37); Blue value is 12 (5.08% from 255 or 32.43% from 37); Max value from RGB is 25 - color contains mainly: red. Hex color #19000C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #19000C is #E6FFF3. Grayscale: #080808. Windows color (decimal): -15138804 or 786457. OLE color: 786457.

HSL color Cylindrical-coordinate representation of color #19000C: hue angle of 331.2º 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 #19000C is Cyan = 0, Magento = 1, Yellow = 0.52 and Black (K on CMYK) = 0.90.

Color convert

RGB25012-
CMYK010.520.90
HSL331.2º100%4.9%-
HSV(B)331.2º100%9.8%-
XYZ0.470.230.37-
YUV8.84129.78139.52-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 67.57%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 12 (5.08% from 255) = 32.43%
R=67.57%
G=0%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.52
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal25012010.520.90331.21004.9
Hex190C064345A14b645
Octal310140144641325131445
Binary11001011000110010011010010110101010010111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19000C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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