Html Css Color HEX #1F0710 Rustic Red

📋 copy color: '#1F0710'

red 31 ◦ green 7 ◦ blue 16

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

Shades of Rustic Red #1F0710

Tints of Rustic Red #1F0710

RGB

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

 GREEN value IS 7 (3.13% from 255) = 12.96%

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

R = 57.41%
G = 12.96%
B = 29.63%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.48

 K value IS 0.88

RGB Variations

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

Color information

#1F0710 (or 0x1F0710) is known color: Rustic Red. HEX triplet: 1F, 07 and 10. RGB value is (31,7,16). Sum of RGB (Red+Green+Blue) = 31+7+16=54 (7% of max value = 765). Red value is 31 (12.5% from 255 or 57.41% from 54); Green value is 7 (3.12% from 255 or 12.96% from 54); Blue value is 16 (6.64% from 255 or 29.63% from 54); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0710 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0710 is #E0F8EF. Grayscale: #0F0F0F. Windows color (decimal): -14743792 or 1050399. OLE color: 1050399.

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

Color convert

RGB 31 7 16 -
CMYK 0 0.77 0.48 0.88
HSL 337.5º 0.63% 0.07% -
HSV(B) 337.5º 0.77% 0.12% -
XYZ 0.73 0.48 0.54 -
YUV 15.2 128.45 139.27 -
System Red Green Blue C M Y K H S L
Decimal 31 7 16 0 0.77 0.48 0.88 337.5 0.63 0.07
Hex 1F 7 10 0 4D 30 58 152 3F 7
Octal 37 7 20 0 115 60 130 522 77 7
Binary 11111 111 10000 0 1001101 110000 1011000 101010010 111111 111

Color Harmonies of #1F0710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F0710

Black with #1F0710

Text Example


Text Example

White with #1F0710

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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