Html Css Color HEX #1F1215 Rustic Red

📋 copy color: '#1F1215'

red 31 ◦ green 18 ◦ blue 21

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

Shades of Rustic Red #1F1215

Tints of Rustic Red #1F1215

RGB

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

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

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

R = 44.29%
G = 25.71%
B = 30%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.32

 K value IS 0.88

RGB Variations

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

Color information

#1F1215 (or 0x1F1215) is known color: Rustic Red. HEX triplet: 1F, 12 and 15. RGB value is (31,18,21). Sum of RGB (Red+Green+Blue) = 31+18+21=70 (9% of max value = 765). Red value is 31 (12.5% from 255 or 44.29% from 70); Green value is 18 (7.42% from 255 or 25.71% from 70); Blue value is 21 (8.59% from 255 or 30% from 70); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1215 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F1215 is #E0EDEA. Grayscale: #161616. Windows color (decimal): -14740971 or 1380895. OLE color: 1380895.

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

Color convert

RGB 31 18 21 -
CMYK 0 0.42 0.32 0.88
HSL 346.15º 0.27% 0.1% -
HSV(B) 346.15º 0.42% 0.12% -
XYZ 0.92 0.78 0.81 -
YUV 22.23 127.31 134.26 -
System Red Green Blue C M Y K H S L
Decimal 31 18 21 0 0.42 0.32 0.88 346.15 0.27 0.1
Hex 1F 12 15 0 2A 20 58 15A 1B A
Octal 37 22 25 0 52 40 130 532 33 12
Binary 11111 10010 10101 0 101010 100000 1011000 101011010 11011 1010

Color Harmonies of #1F1215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F1215

Black with #1F1215

Text Example


Text Example

White with #1F1215

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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