Html Css Color HEX #1F0910 Rustic Red

📋 copy color: '#1F0910'

red 31 ◦ green 9 ◦ blue 16

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

Shades of Rustic Red #1F0910

Tints of Rustic Red #1F0910

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 28.57%

R = 55.36%
G = 16.07%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.48

 K value IS 0.88

RGB Variations

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

Color information

#1F0910 (or 0x1F0910) is known color: Rustic Red. HEX triplet: 1F, 09 and 10. RGB value is (31,9,16). Sum of RGB (Red+Green+Blue) = 31+9+16=56 (7% of max value = 765). Red value is 31 (12.5% from 255 or 55.36% from 56); Green value is 9 (3.91% from 255 or 16.07% from 56); Blue value is 16 (6.64% from 255 or 28.57% from 56); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0910 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0910 is #E0F6EF. Grayscale: #101010. Windows color (decimal): -14743280 or 1050911. OLE color: 1050911.

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

Color convert

RGB 31 9 16 -
CMYK 0 0.71 0.48 0.88
HSL 340.91º 0.55% 0.08% -
HSV(B) 340.91º 0.71% 0.12% -
XYZ 0.76 0.52 0.55 -
YUV 16.38 127.79 138.43 -
System Red Green Blue C M Y K H S L
Decimal 31 9 16 0 0.71 0.48 0.88 340.91 0.55 0.08
Hex 1F 9 10 0 47 30 58 155 37 8
Octal 37 11 20 0 107 60 130 525 67 10
Binary 11111 1001 10000 0 1000111 110000 1011000 101010101 110111 1000

Color Harmonies of #1F0910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F0910

Black with #1F0910

Text Example


Text Example

White with #1F0910

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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