Html Css Color HEX #1F090F Rustic Red

📋 copy color: '#1F090F'

red 31 ◦ green 9 ◦ blue 15

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

Shades of Rustic Red #1F090F

Tints of Rustic Red #1F090F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 27.27%

R = 56.36%
G = 16.36%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.52

 K value IS 0.88

RGB Variations

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

Color information

#1F090F (or 0x1F090F) is known color: Rustic Red. HEX triplet: 1F, 09 and 0F. RGB value is (31,9,15). Sum of RGB (Red+Green+Blue) = 31+9+15=55 (7% of max value = 765). Red value is 31 (12.5% from 255 or 56.36% from 55); Green value is 9 (3.91% from 255 or 16.36% from 55); Blue value is 15 (6.25% from 255 or 27.27% from 55); Max value from RGB is 31 - color contains mainly: red. Hex color #1F090F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F090F is #E0F6F0. Grayscale: #101010. Windows color (decimal): -14743281 or 985375. OLE color: 985375.

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

Color convert

RGB 31 9 15 -
CMYK 0 0.71 0.52 0.88
HSL 343.64º 0.55% 0.08% -
HSV(B) 343.64º 0.71% 0.12% -
XYZ 0.75 0.52 0.51 -
YUV 16.26 127.29 138.51 -
System Red Green Blue C M Y K H S L
Decimal 31 9 15 0 0.71 0.52 0.88 343.64 0.55 0.08
Hex 1F 9 F 0 47 34 58 158 37 8
Octal 37 11 17 0 107 64 130 530 67 10
Binary 11111 1001 1111 0 1000111 110100 1011000 101011000 110111 1000

Color Harmonies of #1F090F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F090F

Black with #1F090F

Text Example


Text Example

White with #1F090F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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