Html Css Color HEX #1F050D Rustic Red

📋 copy color: '#1F050D'

red 31 ◦ green 5 ◦ blue 13

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

Shades of Rustic Red #1F050D

Tints of Rustic Red #1F050D

RGB

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

 GREEN value IS 5 (2.34% from 255) = 10.2%

 BLUE value IS 13 (5.47% from 255) = 26.53%

R = 63.27%
G = 10.2%
B = 26.53%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.58

 K value IS 0.88

RGB Variations

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

Color information

#1F050D (or 0x1F050D) is known color: Rustic Red. HEX triplet: 1F, 05 and 0D. RGB value is (31,5,13). Sum of RGB (Red+Green+Blue) = 31+5+13=49 (6% of max value = 765). Red value is 31 (12.5% from 255 or 63.27% from 49); Green value is 5 (2.34% from 255 or 10.20% from 49); Blue value is 13 (5.47% from 255 or 26.53% from 49); Max value from RGB is 31 - color contains mainly: red. Hex color #1F050D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F050D is #E0FAF2. Grayscale: #0D0D0D. Windows color (decimal): -14744307 or 853279. OLE color: 853279.

HSL color Cylindrical-coordinate representation of color #1F050D: hue angle of 341.54º degrees, saturation: 0.72, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1F050D is Cyan = 0, Magento = 0.84, Yellow = 0.58 and Black (K on CMYK) = 0.88.

Color convert

RGB 31 5 13 -
CMYK 0 0.84 0.58 0.88
HSL 341.54º 0.72% 0.07% -
HSV(B) 341.54º 0.84% 0.12% -
XYZ 0.69 0.43 0.43 -
YUV 13.69 127.61 140.35 -
System Red Green Blue C M Y K H S L
Decimal 31 5 13 0 0.84 0.58 0.88 341.54 0.72 0.07
Hex 1F 5 D 0 54 3A 58 156 48 7
Octal 37 5 15 0 124 72 130 526 110 7
Binary 11111 101 1101 0 1010100 111010 1011000 101010110 1001000 111

Color Harmonies of #1F050D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F050D

Black with #1F050D

Text Example


Text Example

White with #1F050D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,5,13); }

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

background-color css

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

 a { background-color: rgb(31,5,13); }

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

border-color css

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

 span { border-color: rgb(31,5,13); }

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