Html Css Color HEX #1F0109 Rustic Red

📋 copy color: '#1F0109'

red 31 ◦ green 1 ◦ blue 9

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

Shades of Rustic Red #1F0109

Tints of Rustic Red #1F0109

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 21.95%

R = 75.61%
G = 2.44%
B = 21.95%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.71

 K value IS 0.88

RGB Variations

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

Color information

#1F0109 (or 0x1F0109) is known color: Rustic Red. HEX triplet: 1F, 01 and 09. RGB value is (31,1,9). Sum of RGB (Red+Green+Blue) = 31+1+9=41 (5% of max value = 765). Red value is 31 (12.5% from 255 or 75.61% from 41); Green value is 1 (0.78% from 255 or 2.44% from 41); Blue value is 9 (3.91% from 255 or 21.95% from 41); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0109 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0109 is #E0FEF6. Grayscale: #0A0A0A. Windows color (decimal): -14745335 or 590111. OLE color: 590111.

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

Color convert

RGB 31 1 9 -
CMYK 0 0.97 0.71 0.88
HSL 344º 0.94% 0.06% -
HSV(B) 344º 0.97% 0.12% -
XYZ 0.63 0.33 0.29 -
YUV 10.88 126.94 142.35 -
System Red Green Blue C M Y K H S L
Decimal 31 1 9 0 0.97 0.71 0.88 344 0.94 0.06
Hex 1F 1 9 0 61 47 58 158 5E 6
Octal 37 1 11 0 141 107 130 530 136 6
Binary 11111 1 1001 0 1100001 1000111 1011000 101011000 1011110 110

Color Harmonies of #1F0109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F0109

Black with #1F0109

Text Example


Text Example

White with #1F0109

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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