Html Css Color HEX #190C11 Rustic Red

📋 copy color: '#190C11'

red 25 ◦ green 12 ◦ blue 17

#190C11
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rustic Red #190C11

Tints of Rustic Red #190C11

RGB

 RED value IS 25 (10.16% from 255) = 46.3%

 GREEN value IS 12 (5.08% from 255) = 22.22%

 BLUE value IS 17 (7.03% from 255) = 31.48%

R = 46.3%
G = 22.22%
B = 31.48%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.32

 K value IS 0.90

RGB Variations

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

Color information

#190C11 (or 0x190C11) is known color: Rustic Red. HEX triplet: 19, 0C and 11. RGB value is (25,12,17). Sum of RGB (Red+Green+Blue) = 25+12+17=54 (7% of max value = 765). Red value is 25 (10.16% from 255 or 46.30% from 54); Green value is 12 (5.08% from 255 or 22.22% from 54); Blue value is 17 (7.03% from 255 or 31.48% from 54); Max value from RGB is 25 - color contains mainly: red. Hex color #190C11 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190C11 is #E6F3EE. Grayscale: #101010. Windows color (decimal): -15135727 or 1117209. OLE color: 1117209.

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

Color convert

RGB 25 12 17 -
CMYK 0 0.52 0.32 0.90
HSL 336.92º 0.35% 0.07% -
HSV(B) 336.92º 0.52% 0.1% -
XYZ 0.63 0.51 0.6 -
YUV 16.46 128.31 134.09 -
System Red Green Blue C M Y K H S L
Decimal 25 12 17 0 0.52 0.32 0.90 336.92 0.35 0.07
Hex 19 C 11 0 34 20 5A 151 23 7
Octal 31 14 21 0 64 40 132 521 43 7
Binary 11001 1100 10001 0 110100 100000 1011010 101010001 100011 111

Color Harmonies of #190C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #190C11

Black with #190C11

Text Example


Text Example

White with #190C11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #190C11;
 }
 .AnyTagClassName
 {
   color: #190C11;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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