Html Css Color HEX #1F050A Rustic Red

📋 copy color: '#1F050A'

red 31 ◦ green 5 ◦ blue 10

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

Shades of Rustic Red #1F050A

Tints of Rustic Red #1F050A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 21.74%

R = 67.39%
G = 10.87%
B = 21.74%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.68

 K value IS 0.88

RGB Variations

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

Color information

#1F050A (or 0x1F050A) is known color: Rustic Red. HEX triplet: 1F, 05 and 0A. RGB value is (31,5,10). Sum of RGB (Red+Green+Blue) = 31+5+10=46 (6% of max value = 765). Red value is 31 (12.5% from 255 or 67.39% from 46); Green value is 5 (2.34% from 255 or 10.87% from 46); Blue value is 10 (4.30% from 255 or 21.74% from 46); Max value from RGB is 31 - color contains mainly: red. Hex color #1F050A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F050A is #E0FAF5. Grayscale: #0D0D0D. Windows color (decimal): -14744310 or 656671. OLE color: 656671.

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

Color convert

RGB 31 5 10 -
CMYK 0 0.84 0.68 0.88
HSL 348.46º 0.72% 0.07% -
HSV(B) 348.46º 0.84% 0.12% -
XYZ 0.67 0.42 0.33 -
YUV 13.34 126.11 140.59 -
System Red Green Blue C M Y K H S L
Decimal 31 5 10 0 0.84 0.68 0.88 348.46 0.72 0.07
Hex 1F 5 A 0 54 44 58 15C 48 7
Octal 37 5 12 0 124 104 130 534 110 7
Binary 11111 101 1010 0 1010100 1000100 1011000 101011100 1001000 111

Color Harmonies of #1F050A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F050A

Black with #1F050A

Text Example


Text Example

White with #1F050A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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