#190C10

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

Shades of Rustic Red #190C10

Tints of Rustic Red #190C10

Color information

#190C10 (or 0x190C10) is unknown color: approx Rustic Red. HEX triplet: 19, 0C and 10. RGB value is (25,12,16). Sum of RGB (Red+Green+Blue) = 25+12+16=53 (7% of max value = 765). Red value is 25 (10.16% from 255 or 47.17% from 53); Green value is 12 (5.08% from 255 or 22.64% from 53); Blue value is 16 (6.64% from 255 or 30.19% from 53); Max value from RGB is 25 - color contains mainly: red. Hex color #190C10 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190C10 is #E6F3EF. Grayscale: #101010. Windows color (decimal): -15135728 or 1051673. OLE color: 1051673.

HSL color Cylindrical-coordinate representation of color #190C10: hue angle of 341.54º degrees, saturation: 0.35, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #190C10 is Cyan = 0, Magento = 0.52, Yellow = 0.36 and Black (K on CMYK) = 0.90.

Color convert

RGB251216-
CMYK00.520.360.90
HSL341.54º35.14%7.25%-
HSV(B)341.54º52%9.8%-
XYZ0.630.510.56-
YUV16.34127.81134.17-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 47.17%
GREEN value IS 12 (5.08% from 255) = 22.64%
BLUE value IS 16 (6.64% from 255) = 30.19%
R=47.17%
G=22.64%
B=30.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.36
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal25121600.520.360.90341.5435.147.25
Hex19C10034245A156237
Octal31142006444132526437
Binary1100111001000001101001001001011010101010110100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190C10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #190C10; }

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

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

<style>
 a { background-color: #190C10; }

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

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

<style>
 span { border-color: #190C10; }

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

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