Html Css Color HEX #1F080E Rustic Red

📋 copy color: '#1F080E'

red 31 ◦ green 8 ◦ blue 14

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

Shades of Rustic Red #1F080E

Tints of Rustic Red #1F080E

RGB

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

 GREEN value IS 8 (3.52% from 255) = 15.09%

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

R = 58.49%
G = 15.09%
B = 26.42%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.55

 K value IS 0.88

RGB Variations

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

Color information

#1F080E (or 0x1F080E) is known color: Rustic Red. HEX triplet: 1F, 08 and 0E. RGB value is (31,8,14). Sum of RGB (Red+Green+Blue) = 31+8+14=53 (7% of max value = 765). Red value is 31 (12.5% from 255 or 58.49% from 53); Green value is 8 (3.52% from 255 or 15.09% from 53); Blue value is 14 (5.86% from 255 or 26.42% from 53); Max value from RGB is 31 - color contains mainly: red. Hex color #1F080E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F080E is #E0F7F1. Grayscale: #0F0F0F. Windows color (decimal): -14743538 or 919583. OLE color: 919583.

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

Color convert

RGB 31 8 14 -
CMYK 0 0.74 0.55 0.88
HSL 344.35º 0.59% 0.08% -
HSV(B) 344.35º 0.74% 0.12% -
XYZ 0.73 0.5 0.47 -
YUV 15.56 127.12 139.01 -
System Red Green Blue C M Y K H S L
Decimal 31 8 14 0 0.74 0.55 0.88 344.35 0.59 0.08
Hex 1F 8 E 0 4A 37 58 158 3B 8
Octal 37 10 16 0 112 67 130 530 73 10
Binary 11111 1000 1110 0 1001010 110111 1011000 101011000 111011 1000

Color Harmonies of #1F080E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F080E

Black with #1F080E

Text Example


Text Example

White with #1F080E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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