#190C12

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

Shades of Rustic Red #190C12

Tints of Rustic Red #190C12

Color information

#190C12 (or 0x190C12) is unknown color: approx Rustic Red. HEX triplet: 19, 0C and 12. RGB value is (25,12,18). Sum of RGB (Red+Green+Blue) = 25+12+18=55 (7% of max value = 765). Red value is 25 (10.16% from 255 or 45.45% from 55); Green value is 12 (5.08% from 255 or 21.82% from 55); Blue value is 18 (7.42% from 255 or 32.73% from 55); Max value from RGB is 25 - color contains mainly: red. Hex color #190C12 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190C12 is #E6F3ED. Grayscale: #101010. Windows color (decimal): -15135726 or 1182745. OLE color: 1182745.

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

Color convert

RGB251218-
CMYK00.520.280.90
HSL332.31º35.14%7.25%-
HSV(B)332.31º52%9.8%-
XYZ0.640.510.64-
YUV16.57128.81134.01-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 45.45%
GREEN value IS 12 (5.08% from 255) = 21.82%
BLUE value IS 18 (7.42% from 255) = 32.73%
R=45.45%
G=21.82%
B=32.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.28
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal25121800.520.280.90332.3135.147.25
Hex19C120341C5A14c237
Octal31142206434132514437
Binary110011100100100110100111001011010101001100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190C12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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