Html Css Color HEX #1F0F14 Rustic Red

📋 copy color: '#1F0F14'

red 31 ◦ green 15 ◦ blue 20

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

Shades of Rustic Red #1F0F14

Tints of Rustic Red #1F0F14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 30.3%

R = 46.97%
G = 22.73%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.35

 K value IS 0.88

RGB Variations

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

Color information

#1F0F14 (or 0x1F0F14) is known color: Rustic Red. HEX triplet: 1F, 0F and 14. RGB value is (31,15,20). Sum of RGB (Red+Green+Blue) = 31+15+20=66 (8% of max value = 765). Red value is 31 (12.5% from 255 or 46.97% from 66); Green value is 15 (6.25% from 255 or 22.73% from 66); Blue value is 20 (8.20% from 255 or 30.30% from 66); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0F14 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0F14 is #E0F0EB. Grayscale: #141414. Windows color (decimal): -14741740 or 1314591. OLE color: 1314591.

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

Color convert

RGB 31 15 20 -
CMYK 0 0.52 0.35 0.88
HSL 341.25º 0.35% 0.09% -
HSV(B) 341.25º 0.52% 0.12% -
XYZ 0.86 0.68 0.75 -
YUV 20.35 127.8 135.59 -
System Red Green Blue C M Y K H S L
Decimal 31 15 20 0 0.52 0.35 0.88 341.25 0.35 0.09
Hex 1F F 14 0 34 23 58 155 23 9
Octal 37 17 24 0 64 43 130 525 43 11
Binary 11111 1111 10100 0 110100 100011 1011000 101010101 100011 1001

Color Harmonies of #1F0F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F0F14

Black with #1F0F14

Text Example


Text Example

White with #1F0F14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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