Html Css Color HEX #1F0F11 Rustic Red

📋 copy color: '#1F0F11'

red 31 ◦ green 15 ◦ blue 17

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

Shades of Rustic Red #1F0F11

Tints of Rustic Red #1F0F11

RGB

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

 GREEN value IS 15 (6.25% from 255) = 23.81%

 BLUE value IS 17 (7.03% from 255) = 26.98%

R = 49.21%
G = 23.81%
B = 26.98%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.45

 K value IS 0.88

RGB Variations

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

Color information

#1F0F11 (or 0x1F0F11) is known color: Rustic Red. HEX triplet: 1F, 0F and 11. RGB value is (31,15,17). Sum of RGB (Red+Green+Blue) = 31+15+17=63 (8% of max value = 765). Red value is 31 (12.5% from 255 or 49.21% from 63); Green value is 15 (6.25% from 255 or 23.81% from 63); Blue value is 17 (7.03% from 255 or 26.98% from 63); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0F11 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0F11 is #E0F0EE. Grayscale: #141414. Windows color (decimal): -14741743 or 1117983. OLE color: 1117983.

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

Color convert

RGB 31 15 17 -
CMYK 0 0.52 0.45 0.88
HSL 352.5º 0.35% 0.09% -
HSV(B) 352.5º 0.52% 0.12% -
XYZ 0.84 0.67 0.62 -
YUV 20.01 126.3 135.84 -
System Red Green Blue C M Y K H S L
Decimal 31 15 17 0 0.52 0.45 0.88 352.5 0.35 0.09
Hex 1F F 11 0 34 2D 58 160 23 9
Octal 37 17 21 0 64 55 130 540 43 11
Binary 11111 1111 10001 0 110100 101101 1011000 101100000 100011 1001

Color Harmonies of #1F0F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F0F11

Black with #1F0F11

Text Example


Text Example

White with #1F0F11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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