Html Css Color HEX #1F010E Rustic Red

📋 copy color: '#1F010E'

red 31 ◦ green 1 ◦ blue 14

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

Shades of Rustic Red #1F010E

Tints of Rustic Red #1F010E

RGB

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

 GREEN value IS 1 (0.78% from 255) = 2.17%

 BLUE value IS 14 (5.86% from 255) = 30.43%

R = 67.39%
G = 2.17%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.55

 K value IS 0.88

RGB Variations

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

Color information

#1F010E (or 0x1F010E) is known color: Rustic Red. HEX triplet: 1F, 01 and 0E. RGB value is (31,1,14). Sum of RGB (Red+Green+Blue) = 31+1+14=46 (6% of max value = 765). Red value is 31 (12.5% from 255 or 67.39% from 46); Green value is 1 (0.78% from 255 or 2.17% from 46); Blue value is 14 (5.86% from 255 or 30.43% from 46); Max value from RGB is 31 - color contains mainly: red. Hex color #1F010E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F010E is #E0FEF1. Grayscale: #0B0B0B. Windows color (decimal): -14745330 or 917791. OLE color: 917791.

HSL color Cylindrical-coordinate representation of color #1F010E: hue angle of 334º degrees, saturation: 0.94, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1F010E is Cyan = 0, Magento = 0.97, Yellow = 0.55 and Black (K on CMYK) = 0.88.

Color convert

RGB 31 1 14 -
CMYK 0 0.97 0.55 0.88
HSL 334º 0.94% 0.06% -
HSV(B) 334º 0.97% 0.12% -
XYZ 0.66 0.34 0.45 -
YUV 11.45 129.44 141.94 -
System Red Green Blue C M Y K H S L
Decimal 31 1 14 0 0.97 0.55 0.88 334 0.94 0.06
Hex 1F 1 E 0 61 37 58 14E 5E 6
Octal 37 1 16 0 141 67 130 516 136 6
Binary 11111 1 1110 0 1100001 110111 1011000 101001110 1011110 110

Color Harmonies of #1F010E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F010E

Black with #1F010E

Text Example


Text Example

White with #1F010E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,1,14); }

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

background-color css

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

 a { background-color: rgb(31,1,14); }

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

border-color css

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

 span { border-color: rgb(31,1,14); }

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