Html Css Color HEX #1F1015 Rustic Red

📋 copy color: '#1F1015'

red 31 ◦ green 16 ◦ blue 21

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

Shades of Rustic Red #1F1015

Tints of Rustic Red #1F1015

RGB

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

 GREEN value IS 16 (6.64% from 255) = 23.53%

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

R = 45.59%
G = 23.53%
B = 30.88%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.32

 K value IS 0.88

RGB Variations

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

Color information

#1F1015 (or 0x1F1015) is known color: Rustic Red. HEX triplet: 1F, 10 and 15. RGB value is (31,16,21). Sum of RGB (Red+Green+Blue) = 31+16+21=68 (9% of max value = 765). Red value is 31 (12.5% from 255 or 45.59% from 68); Green value is 16 (6.64% from 255 or 23.53% from 68); Blue value is 21 (8.59% from 255 or 30.88% from 68); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1015 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F1015 is #E0EFEA. Grayscale: #151515. Windows color (decimal): -14741483 or 1380383. OLE color: 1380383.

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

Color convert

RGB 31 16 21 -
CMYK 0 0.48 0.32 0.88
HSL 340º 0.32% 0.09% -
HSV(B) 340º 0.48% 0.12% -
XYZ 0.89 0.72 0.8 -
YUV 21.06 127.97 135.09 -
System Red Green Blue C M Y K H S L
Decimal 31 16 21 0 0.48 0.32 0.88 340 0.32 0.09
Hex 1F 10 15 0 30 20 58 154 20 9
Octal 37 20 25 0 60 40 130 524 40 11
Binary 11111 10000 10101 0 110000 100000 1011000 101010100 100000 1001

Color Harmonies of #1F1015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F1015

Black with #1F1015

Text Example


Text Example

White with #1F1015

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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