Html Css Color HEX #1F1214 Rustic Red

📋 copy color: '#1F1214'

red 31 ◦ green 18 ◦ blue 20

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

Shades of Rustic Red #1F1214

Tints of Rustic Red #1F1214

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 28.99%

R = 44.93%
G = 26.09%
B = 28.99%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.35

 K value IS 0.88

RGB Variations

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

Color information

#1F1214 (or 0x1F1214) is known color: Rustic Red. HEX triplet: 1F, 12 and 14. RGB value is (31,18,20). Sum of RGB (Red+Green+Blue) = 31+18+20=69 (9% of max value = 765). Red value is 31 (12.5% from 255 or 44.93% from 69); Green value is 18 (7.42% from 255 or 26.09% from 69); Blue value is 20 (8.20% from 255 or 28.99% from 69); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1214 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F1214 is #E0EDEB. Grayscale: #161616. Windows color (decimal): -14740972 or 1315359. OLE color: 1315359.

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

Color convert

RGB 31 18 20 -
CMYK 0 0.42 0.35 0.88
HSL 350.77º 0.27% 0.1% -
HSV(B) 350.77º 0.42% 0.12% -
XYZ 0.91 0.77 0.76 -
YUV 22.12 126.81 134.34 -
System Red Green Blue C M Y K H S L
Decimal 31 18 20 0 0.42 0.35 0.88 350.77 0.27 0.1
Hex 1F 12 14 0 2A 23 58 15F 1B A
Octal 37 22 24 0 52 43 130 537 33 12
Binary 11111 10010 10100 0 101010 100011 1011000 101011111 11011 1010

Color Harmonies of #1F1214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F1214

Black with #1F1214

Text Example


Text Example

White with #1F1214

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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