Html Css Color HEX #1F1115 Rustic Red

📋 copy color: '#1F1115'

red 31 ◦ green 17 ◦ blue 21

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

Shades of Rustic Red #1F1115

Tints of Rustic Red #1F1115

RGB

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

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

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

R = 44.93%
G = 24.64%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.32

 K value IS 0.88

RGB Variations

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

Color information

#1F1115 (or 0x1F1115) is known color: Rustic Red. HEX triplet: 1F, 11 and 15. RGB value is (31,17,21). Sum of RGB (Red+Green+Blue) = 31+17+21=69 (9% of max value = 765). Red value is 31 (12.5% from 255 or 44.93% from 69); Green value is 17 (7.03% from 255 or 24.64% from 69); Blue value is 21 (8.59% from 255 or 30.43% from 69); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1115 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F1115 is #E0EEEA. Grayscale: #151515. Windows color (decimal): -14741227 or 1380639. OLE color: 1380639.

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

Color convert

RGB 31 17 21 -
CMYK 0 0.45 0.32 0.88
HSL 342.86º 0.29% 0.09% -
HSV(B) 342.86º 0.45% 0.12% -
XYZ 0.9 0.75 0.81 -
YUV 21.64 127.64 134.67 -
System Red Green Blue C M Y K H S L
Decimal 31 17 21 0 0.45 0.32 0.88 342.86 0.29 0.09
Hex 1F 11 15 0 2D 20 58 157 1D 9
Octal 37 21 25 0 55 40 130 527 35 11
Binary 11111 10001 10101 0 101101 100000 1011000 101010111 11101 1001

Color Harmonies of #1F1115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F1115

Black with #1F1115

Text Example


Text Example

White with #1F1115

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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