Html Css Color HEX #1F050E Rustic Red

📋 copy color: '#1F050E'

red 31 ◦ green 5 ◦ blue 14

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

Shades of Rustic Red #1F050E

Tints of Rustic Red #1F050E

RGB

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

 GREEN value IS 5 (2.34% from 255) = 10%

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

R = 62%
G = 10%
B = 28%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.55

 K value IS 0.88

RGB Variations

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

Color information

#1F050E (or 0x1F050E) is known color: Rustic Red. HEX triplet: 1F, 05 and 0E. RGB value is (31,5,14). Sum of RGB (Red+Green+Blue) = 31+5+14=50 (6% of max value = 765). Red value is 31 (12.5% from 255 or 62% from 50); Green value is 5 (2.34% from 255 or 10% from 50); Blue value is 14 (5.86% from 255 or 28% from 50); Max value from RGB is 31 - color contains mainly: red. Hex color #1F050E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F050E is #E0FAF1. Grayscale: #0D0D0D. Windows color (decimal): -14744306 or 918815. OLE color: 918815.

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

Color convert

RGB 31 5 14 -
CMYK 0 0.84 0.55 0.88
HSL 339.23º 0.72% 0.07% -
HSV(B) 339.23º 0.84% 0.12% -
XYZ 0.7 0.43 0.46 -
YUV 13.8 128.11 140.27 -
System Red Green Blue C M Y K H S L
Decimal 31 5 14 0 0.84 0.55 0.88 339.23 0.72 0.07
Hex 1F 5 E 0 54 37 58 153 48 7
Octal 37 5 16 0 124 67 130 523 110 7
Binary 11111 101 1110 0 1010100 110111 1011000 101010011 1001000 111

Color Harmonies of #1F050E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F050E

Black with #1F050E

Text Example


Text Example

White with #1F050E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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