Html Css Color HEX #1F1114 Rustic Red

📋 copy color: '#1F1114'

red 31 ◦ green 17 ◦ blue 20

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

Shades of Rustic Red #1F1114

Tints of Rustic Red #1F1114

RGB

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

 GREEN value IS 17 (7.03% from 255) = 25%

 BLUE value IS 20 (8.2% from 255) = 29.41%

R = 45.59%
G = 25%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.35

 K value IS 0.88

RGB Variations

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

Color information

#1F1114 (or 0x1F1114) is known color: Rustic Red. HEX triplet: 1F, 11 and 14. RGB value is (31,17,20). Sum of RGB (Red+Green+Blue) = 31+17+20=68 (9% of max value = 765). Red value is 31 (12.5% from 255 or 45.59% from 68); Green value is 17 (7.03% from 255 or 25% from 68); Blue value is 20 (8.20% from 255 or 29.41% from 68); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1114 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F1114 is #E0EEEB. Grayscale: #151515. Windows color (decimal): -14741228 or 1315103. OLE color: 1315103.

HSL color Cylindrical-coordinate representation of color #1F1114: hue angle of 347.14º degrees, saturation: 0.29, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #1F1114 is Cyan = 0, Magento = 0.45, Yellow = 0.35 and Black (K on CMYK) = 0.88.

Color convert

RGB 31 17 20 -
CMYK 0 0.45 0.35 0.88
HSL 347.14º 0.29% 0.09% -
HSV(B) 347.14º 0.45% 0.12% -
XYZ 0.89 0.74 0.76 -
YUV 21.53 127.14 134.76 -
System Red Green Blue C M Y K H S L
Decimal 31 17 20 0 0.45 0.35 0.88 347.14 0.29 0.09
Hex 1F 11 14 0 2D 23 58 15B 1D 9
Octal 37 21 24 0 55 43 130 533 35 11
Binary 11111 10001 10100 0 101101 100011 1011000 101011011 11101 1001

Color Harmonies of #1F1114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F1114

Black with #1F1114

Text Example


Text Example

White with #1F1114

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,17,20); }

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

background-color css

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

 a { background-color: rgb(31,17,20); }

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

border-color css

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

 span { border-color: rgb(31,17,20); }

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