#19050C

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

Shades of Rustic Red #19050C

Tints of Rustic Red #19050C

Color information

#19050C (or 0x19050C) is unknown color: approx Rustic Red. HEX triplet: 19, 05 and 0C. RGB value is (25,5,12). Sum of RGB (Red+Green+Blue) = 25+5+12=42 (5% of max value = 765). Red value is 25 (10.16% from 255 or 59.52% from 42); Green value is 5 (2.34% from 255 or 11.90% from 42); Blue value is 12 (5.08% from 255 or 28.57% from 42); Max value from RGB is 25 - color contains mainly: red. Hex color #19050C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #19050C is #E6FAF3. Grayscale: #0B0B0B. Windows color (decimal): -15137524 or 787737. OLE color: 787737.

HSL color Cylindrical-coordinate representation of color #19050C: hue angle of 339º degrees, saturation: 0.67, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #19050C is Cyan = 0, Magento = 0.80, Yellow = 0.52 and Black (K on CMYK) = 0.90.

Color convert

RGB25512-
CMYK00.800.520.90
HSL339º66.67%5.88%-
HSV(B)339º80%9.8%-
XYZ0.520.340.39-
YUV11.78128.13137.43-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 59.52%
GREEN value IS 5 (2.34% from 255) = 11.90%
BLUE value IS 12 (5.08% from 255) = 28.57%
R=59.52%
G=11.90%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.52
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2551200.800.520.9033966.675.88
Hex195C050345A153436
Octal315140120641325231036
Binary1100110111000101000011010010110101010100111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19050C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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