Html Css Color HEX #1F191A Rustic Red

📋 copy color: '#1F191A'

red 31 ◦ green 25 ◦ blue 26

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

Shades of Rustic Red #1F191A

Tints of Rustic Red #1F191A

RGB

 RED value IS 31 (12.5% from 255) = 37.8%

 GREEN value IS 25 (10.16% from 255) = 30.49%

 BLUE value IS 26 (10.55% from 255) = 31.71%

R = 37.8%
G = 30.49%
B = 31.71%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.16

 K value IS 0.88

RGB Variations

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

Color information

#1F191A (or 0x1F191A) is known color: Rustic Red. HEX triplet: 1F, 19 and 1A. RGB value is (31,25,26). Sum of RGB (Red+Green+Blue) = 31+25+26=82 (10% of max value = 765). Red value is 31 (12.5% from 255 or 37.80% from 82); Green value is 25 (10.16% from 255 or 30.49% from 82); Blue value is 26 (10.55% from 255 or 31.71% from 82); Max value from RGB is 31 - color contains mainly: red. Hex color #1F191A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F191A is #E0E6E5. Grayscale: #1A1A1A. Windows color (decimal): -14739174 or 1710367. OLE color: 1710367.

HSL color Cylindrical-coordinate representation of color #1F191A: hue angle of 350º degrees, saturation: 0.11, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #1F191A is Cyan = 0, Magento = 0.19, Yellow = 0.16 and Black (K on CMYK) = 0.88.

Color convert

RGB 31 25 26 -
CMYK 0 0.19 0.16 0.88
HSL 350º 0.11% 0.11% -
HSV(B) 350º 0.19% 0.12% -
XYZ 1.1 1.06 1.12 -
YUV 26.91 127.49 130.92 -
System Red Green Blue C M Y K H S L
Decimal 31 25 26 0 0.19 0.16 0.88 350 0.11 0.11
Hex 1F 19 1A 0 13 10 58 15E B B
Octal 37 31 32 0 23 20 130 536 13 13
Binary 11111 11001 11010 0 10011 10000 1011000 101011110 1011 1011

Color Harmonies of #1F191A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F191A

Black with #1F191A

Text Example


Text Example

White with #1F191A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1F191A; }

 p { color: rgb(31,25,26); }

 H1.HeaderClassName
 {
   color: #1F191A;
 }
 .AnyTagClassName
 {
   color: #1F191A;
 }
</style>

background-color css

<style>
 a { background-color: #1F191A; }

 a { background-color: rgb(31,25,26); }

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

border-color css

<style>
 span { border-color: #1F191A; }

 span { border-color: rgb(31,25,26); }

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