Html Css Color HEX #1F1516 Rustic Red

📋 copy color: '#1F1516'

red 31 ◦ green 21 ◦ blue 22

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

Shades of Rustic Red #1F1516

Tints of Rustic Red #1F1516

RGB

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

 GREEN value IS 21 (8.59% from 255) = 28.38%

 BLUE value IS 22 (8.98% from 255) = 29.73%

R = 41.89%
G = 28.38%
B = 29.73%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.29

 K value IS 0.88

RGB Variations

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

Color information

#1F1516 (or 0x1F1516) is known color: Rustic Red. HEX triplet: 1F, 15 and 16. RGB value is (31,21,22). Sum of RGB (Red+Green+Blue) = 31+21+22=74 (9% of max value = 765). Red value is 31 (12.5% from 255 or 41.89% from 74); Green value is 21 (8.59% from 255 or 28.38% from 74); Blue value is 22 (8.98% from 255 or 29.73% from 74); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1516 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F1516 is #E0EAE9. Grayscale: #181818. Windows color (decimal): -14740202 or 1447199. OLE color: 1447199.

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

Color convert

RGB 31 21 22 -
CMYK 0 0.32 0.29 0.88
HSL 354º 0.19% 0.1% -
HSV(B) 354º 0.32% 0.12% -
XYZ 0.98 0.89 0.88 -
YUV 24.1 126.81 132.92 -
System Red Green Blue C M Y K H S L
Decimal 31 21 22 0 0.32 0.29 0.88 354 0.19 0.1
Hex 1F 15 16 0 20 1D 58 162 13 A
Octal 37 25 26 0 40 35 130 542 23 12
Binary 11111 10101 10110 0 100000 11101 1011000 101100010 10011 1010

Color Harmonies of #1F1516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F1516

Black with #1F1516

Text Example


Text Example

White with #1F1516

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,21,22); }

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

background-color css

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

 a { background-color: rgb(31,21,22); }

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

border-color css

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

 span { border-color: rgb(31,21,22); }

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