Html Css Color HEX #1F0D10 Rustic Red

📋 copy color: '#1F0D10'

red 31 ◦ green 13 ◦ blue 16

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

Shades of Rustic Red #1F0D10

Tints of Rustic Red #1F0D10

RGB

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

 GREEN value IS 13 (5.47% from 255) = 21.67%

 BLUE value IS 16 (6.64% from 255) = 26.67%

R = 51.67%
G = 21.67%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.48

 K value IS 0.88

RGB Variations

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

Color information

#1F0D10 (or 0x1F0D10) is known color: Rustic Red. HEX triplet: 1F, 0D and 10. RGB value is (31,13,16). Sum of RGB (Red+Green+Blue) = 31+13+16=60 (7% of max value = 765). Red value is 31 (12.5% from 255 or 51.67% from 60); Green value is 13 (5.47% from 255 or 21.67% from 60); Blue value is 16 (6.64% from 255 or 26.67% from 60); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0D10 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0D10 is #E0F2EF. Grayscale: #121212. Windows color (decimal): -14742256 or 1051935. OLE color: 1051935.

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

Color convert

RGB 31 13 16 -
CMYK 0 0.58 0.48 0.88
HSL 350º 0.41% 0.09% -
HSV(B) 350º 0.58% 0.12% -
XYZ 0.8 0.62 0.57 -
YUV 18.72 126.46 136.76 -
System Red Green Blue C M Y K H S L
Decimal 31 13 16 0 0.58 0.48 0.88 350 0.41 0.09
Hex 1F D 10 0 3A 30 58 15E 29 9
Octal 37 15 20 0 72 60 130 536 51 11
Binary 11111 1101 10000 0 111010 110000 1011000 101011110 101001 1001

Color Harmonies of #1F0D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F0D10

Black with #1F0D10

Text Example


Text Example

White with #1F0D10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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