Html Css Color HEX #1F090E Rustic Red

📋 copy color: '#1F090E'

red 31 ◦ green 9 ◦ blue 14

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

Shades of Rustic Red #1F090E

Tints of Rustic Red #1F090E

RGB

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

 GREEN value IS 9 (3.91% from 255) = 16.67%

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

R = 57.41%
G = 16.67%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.55

 K value IS 0.88

RGB Variations

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

Color information

#1F090E (or 0x1F090E) is known color: Rustic Red. HEX triplet: 1F, 09 and 0E. RGB value is (31,9,14). Sum of RGB (Red+Green+Blue) = 31+9+14=54 (7% of max value = 765). Red value is 31 (12.5% from 255 or 57.41% from 54); Green value is 9 (3.91% from 255 or 16.67% from 54); Blue value is 14 (5.86% from 255 or 25.93% from 54); Max value from RGB is 31 - color contains mainly: red. Hex color #1F090E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F090E is #E0F6F1. Grayscale: #101010. Windows color (decimal): -14743282 or 919839. OLE color: 919839.

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

Color convert

RGB 31 9 14 -
CMYK 0 0.71 0.55 0.88
HSL 346.36º 0.55% 0.08% -
HSV(B) 346.36º 0.71% 0.12% -
XYZ 0.74 0.52 0.48 -
YUV 16.15 126.79 138.59 -
System Red Green Blue C M Y K H S L
Decimal 31 9 14 0 0.71 0.55 0.88 346.36 0.55 0.08
Hex 1F 9 E 0 47 37 58 15A 37 8
Octal 37 11 16 0 107 67 130 532 67 10
Binary 11111 1001 1110 0 1000111 110111 1011000 101011010 110111 1000

Color Harmonies of #1F090E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F090E

Black with #1F090E

Text Example


Text Example

White with #1F090E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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