Html Css Color HEX #1F0009 Rustic Red

📋 copy color: '#1F0009'

red 31 ◦ green 0 ◦ blue 9

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

Shades of Rustic Red #1F0009

Tints of Rustic Red #1F0009

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 77.5%
G = 0%
B = 22.5%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.71

 K value IS 0.88

RGB Variations

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

Color information

#1F0009 (or 0x1F0009) is known color: Rustic Red. HEX triplet: 1F, 00 and 09. RGB value is (31,0,9). Sum of RGB (Red+Green+Blue) = 31+0+9=40 (5% of max value = 765). Red value is 31 (12.5% from 255 or 77.5% from 40); Green value is 0 (0.39% from 255 or 0% from 40); Blue value is 9 (3.91% from 255 or 22.5% from 40); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0009 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0009 is #E0FFF6. Grayscale: #0A0A0A. Windows color (decimal): -14745591 or 589855. OLE color: 589855.

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

Color convert

RGB 31 0 9 -
CMYK 0 1 0.71 0.88
HSL 342.58º 1% 0.06% -
HSV(B) 342.58º 1% 0.12% -
XYZ 0.61 0.31 0.29 -
YUV 10.3 127.27 142.77 -
System Red Green Blue C M Y K H S L
Decimal 31 0 9 0 1 0.71 0.88 342.58 1 0.06
Hex 1F 0 9 0 64 47 58 157 64 6
Octal 37 0 11 0 144 107 130 527 144 6
Binary 11111 0 1001 0 1100100 1000111 1011000 101010111 1100100 110

Color Harmonies of #1F0009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F0009

Black with #1F0009

Text Example


Text Example

White with #1F0009

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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