Html Css Color HEX #1F0E15 Rustic Red

📋 copy color: '#1F0E15'

red 31 ◦ green 14 ◦ blue 21

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

Shades of Rustic Red #1F0E15

Tints of Rustic Red #1F0E15

RGB

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

 GREEN value IS 14 (5.86% from 255) = 21.21%

 BLUE value IS 21 (8.59% from 255) = 31.82%

R = 46.97%
G = 21.21%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.32

 K value IS 0.88

RGB Variations

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

Color information

#1F0E15 (or 0x1F0E15) is known color: Rustic Red. HEX triplet: 1F, 0E and 15. RGB value is (31,14,21). Sum of RGB (Red+Green+Blue) = 31+14+21=66 (8% of max value = 765). Red value is 31 (12.5% from 255 or 46.97% from 66); Green value is 14 (5.86% from 255 or 21.21% from 66); Blue value is 21 (8.59% from 255 or 31.82% from 66); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0E15 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0E15 is #E0F1EA. Grayscale: #131313. Windows color (decimal): -14741995 or 1379871. OLE color: 1379871.

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

Color convert

RGB 31 14 21 -
CMYK 0 0.55 0.32 0.88
HSL 335.29º 0.38% 0.09% -
HSV(B) 335.29º 0.55% 0.12% -
XYZ 0.86 0.66 0.79 -
YUV 19.88 128.63 135.93 -
System Red Green Blue C M Y K H S L
Decimal 31 14 21 0 0.55 0.32 0.88 335.29 0.38 0.09
Hex 1F E 15 0 37 20 58 14F 26 9
Octal 37 16 25 0 67 40 130 517 46 11
Binary 11111 1110 10101 0 110111 100000 1011000 101001111 100110 1001

Color Harmonies of #1F0E15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F0E15

Black with #1F0E15

Text Example


Text Example

White with #1F0E15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,14,21); }

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

background-color css

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

 a { background-color: rgb(31,14,21); }

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

border-color css

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

 span { border-color: rgb(31,14,21); }

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