Html Css Color HEX #1F1315 Rustic Red

📋 copy color: '#1F1315'

red 31 ◦ green 19 ◦ blue 21

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

Shades of Rustic Red #1F1315

Tints of Rustic Red #1F1315

RGB

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

 GREEN value IS 19 (7.81% from 255) = 26.76%

 BLUE value IS 21 (8.59% from 255) = 29.58%

R = 43.66%
G = 26.76%
B = 29.58%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.32

 K value IS 0.88

RGB Variations

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

Color information

#1F1315 (or 0x1F1315) is known color: Rustic Red. HEX triplet: 1F, 13 and 15. RGB value is (31,19,21). Sum of RGB (Red+Green+Blue) = 31+19+21=71 (9% of max value = 765). Red value is 31 (12.5% from 255 or 43.66% from 71); Green value is 19 (7.81% from 255 or 26.76% from 71); Blue value is 21 (8.59% from 255 or 29.58% from 71); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1315 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F1315 is #E0ECEA. Grayscale: #161616. Windows color (decimal): -14740715 or 1381151. OLE color: 1381151.

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

Color convert

RGB 31 19 21 -
CMYK 0 0.39 0.32 0.88
HSL 350º 0.24% 0.1% -
HSV(B) 350º 0.39% 0.12% -
XYZ 0.93 0.81 0.82 -
YUV 22.82 126.98 133.84 -
System Red Green Blue C M Y K H S L
Decimal 31 19 21 0 0.39 0.32 0.88 350 0.24 0.1
Hex 1F 13 15 0 27 20 58 15E 18 A
Octal 37 23 25 0 47 40 130 536 30 12
Binary 11111 10011 10101 0 100111 100000 1011000 101011110 11000 1010

Color Harmonies of #1F1315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F1315

Black with #1F1315

Text Example


Text Example

White with #1F1315

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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