Html Css Color HEX #1F0F16 Rustic Red

📋 copy color: '#1F0F16'

red 31 ◦ green 15 ◦ blue 22

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

Shades of Rustic Red #1F0F16

Tints of Rustic Red #1F0F16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 32.35%

R = 45.59%
G = 22.06%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.29

 K value IS 0.88

RGB Variations

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

Color information

#1F0F16 (or 0x1F0F16) is known color: Rustic Red. HEX triplet: 1F, 0F and 16. RGB value is (31,15,22). Sum of RGB (Red+Green+Blue) = 31+15+22=68 (9% of max value = 765). Red value is 31 (12.5% from 255 or 45.59% from 68); Green value is 15 (6.25% from 255 or 22.06% from 68); Blue value is 22 (8.98% from 255 or 32.35% from 68); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0F16 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0F16 is #E0F0E9. Grayscale: #141414. Windows color (decimal): -14741738 or 1445663. OLE color: 1445663.

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

Color convert

RGB 31 15 22 -
CMYK 0 0.52 0.29 0.88
HSL 333.75º 0.35% 0.09% -
HSV(B) 333.75º 0.52% 0.12% -
XYZ 0.88 0.69 0.85 -
YUV 20.58 128.8 135.43 -
System Red Green Blue C M Y K H S L
Decimal 31 15 22 0 0.52 0.29 0.88 333.75 0.35 0.09
Hex 1F F 16 0 34 1D 58 14E 23 9
Octal 37 17 26 0 64 35 130 516 43 11
Binary 11111 1111 10110 0 110100 11101 1011000 101001110 100011 1001

Color Harmonies of #1F0F16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F0F16

Black with #1F0F16

Text Example


Text Example

White with #1F0F16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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