Html Css Color HEX #1F1518 Rustic Red

📋 copy color: '#1F1518'

red 31 ◦ green 21 ◦ blue 24

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

Shades of Rustic Red #1F1518

Tints of Rustic Red #1F1518

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 31.58%

R = 40.79%
G = 27.63%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.23

 K value IS 0.88

RGB Variations

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

Color information

#1F1518 (or 0x1F1518) is known color: Rustic Red. HEX triplet: 1F, 15 and 18. RGB value is (31,21,24). Sum of RGB (Red+Green+Blue) = 31+21+24=76 (10% of max value = 765). Red value is 31 (12.5% from 255 or 40.79% from 76); Green value is 21 (8.59% from 255 or 27.63% from 76); Blue value is 24 (9.77% from 255 or 31.58% from 76); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1518 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F1518 is #E0EAE7. Grayscale: #181818. Windows color (decimal): -14740200 or 1578271. OLE color: 1578271.

HSL color Cylindrical-coordinate representation of color #1F1518: hue angle of 342º 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 #1F1518 is Cyan = 0, Magento = 0.32, Yellow = 0.23 and Black (K on CMYK) = 0.88.

Color convert

RGB 31 21 24 -
CMYK 0 0.32 0.23 0.88
HSL 342º 0.19% 0.1% -
HSV(B) 342º 0.32% 0.12% -
XYZ 1 0.89 0.98 -
YUV 24.33 127.81 132.76 -
System Red Green Blue C M Y K H S L
Decimal 31 21 24 0 0.32 0.23 0.88 342 0.19 0.1
Hex 1F 15 18 0 20 17 58 156 13 A
Octal 37 25 30 0 40 27 130 526 23 12
Binary 11111 10101 11000 0 100000 10111 1011000 101010110 10011 1010

Color Harmonies of #1F1518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F1518

Black with #1F1518

Text Example


Text Example

White with #1F1518

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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