#190D12

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

Shades of Rustic Red #190D12

Tints of Rustic Red #190D12

Color information

#190D12 (or 0x190D12) is unknown color: approx Rustic Red. HEX triplet: 19, 0D and 12. RGB value is (25,13,18). Sum of RGB (Red+Green+Blue) = 25+13+18=56 (7% of max value = 765). Red value is 25 (10.16% from 255 or 44.64% from 56); Green value is 13 (5.47% from 255 or 23.21% from 56); Blue value is 18 (7.42% from 255 or 32.14% from 56); Max value from RGB is 25 - color contains mainly: red. Hex color #190D12 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190D12 is #E6F2ED. Grayscale: #111111. Windows color (decimal): -15135470 or 1183001. OLE color: 1183001.

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

Color convert

RGB251318-
CMYK00.480.280.90
HSL335º31.58%7.45%-
HSV(B)335º48%9.8%-
XYZ0.650.540.64-
YUV17.16128.48133.59-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 44.64%
GREEN value IS 13 (5.47% from 255) = 23.21%
BLUE value IS 18 (7.42% from 255) = 32.14%
R=44.64%
G=23.21%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.28
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal25131800.480.280.9033531.587.45
Hex19D120301C5A14f207
Octal31152206034132517407
Binary110011101100100110000111001011010101001111100000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190D12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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