Html Css Color HEX #1F1216 Rustic Red

📋 copy color: '#1F1216'

red 31 ◦ green 18 ◦ blue 22

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

Shades of Rustic Red #1F1216

Tints of Rustic Red #1F1216

RGB

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

 GREEN value IS 18 (7.42% from 255) = 25.35%

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

R = 43.66%
G = 25.35%
B = 30.99%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.29

 K value IS 0.88

RGB Variations

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

Color information

#1F1216 (or 0x1F1216) is known color: Rustic Red. HEX triplet: 1F, 12 and 16. RGB value is (31,18,22). Sum of RGB (Red+Green+Blue) = 31+18+22=71 (9% of max value = 765). Red value is 31 (12.5% from 255 or 43.66% from 71); Green value is 18 (7.42% from 255 or 25.35% from 71); Blue value is 22 (8.98% from 255 or 30.99% from 71); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1216 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F1216 is #E0EDE9. Grayscale: #161616. Windows color (decimal): -14740970 or 1446431. OLE color: 1446431.

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

Color convert

RGB 31 18 22 -
CMYK 0 0.42 0.29 0.88
HSL 341.54º 0.27% 0.1% -
HSV(B) 341.54º 0.42% 0.12% -
XYZ 0.93 0.78 0.86 -
YUV 22.34 127.81 134.17 -
System Red Green Blue C M Y K H S L
Decimal 31 18 22 0 0.42 0.29 0.88 341.54 0.27 0.1
Hex 1F 12 16 0 2A 1D 58 156 1B A
Octal 37 22 26 0 52 35 130 526 33 12
Binary 11111 10010 10110 0 101010 11101 1011000 101010110 11011 1010

Color Harmonies of #1F1216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F1216

Black with #1F1216

Text Example


Text Example

White with #1F1216

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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