Html Css Color HEX #1F0610 Rustic Red

📋 copy color: '#1F0610'

red 31 ◦ green 6 ◦ blue 16

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

Shades of Rustic Red #1F0610

Tints of Rustic Red #1F0610

RGB

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

 GREEN value IS 6 (2.73% from 255) = 11.32%

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

R = 58.49%
G = 11.32%
B = 30.19%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.48

 K value IS 0.88

RGB Variations

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

Color information

#1F0610 (or 0x1F0610) is known color: Rustic Red. HEX triplet: 1F, 06 and 10. RGB value is (31,6,16). Sum of RGB (Red+Green+Blue) = 31+6+16=53 (7% of max value = 765). Red value is 31 (12.5% from 255 or 58.49% from 53); Green value is 6 (2.73% from 255 or 11.32% from 53); Blue value is 16 (6.64% from 255 or 30.19% from 53); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0610 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0610 is #E0F9EF. Grayscale: #0E0E0E. Windows color (decimal): -14744048 or 1050143. OLE color: 1050143.

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

Color convert

RGB 31 6 16 -
CMYK 0 0.81 0.48 0.88
HSL 336º 0.68% 0.07% -
HSV(B) 336º 0.81% 0.12% -
XYZ 0.72 0.46 0.54 -
YUV 14.62 128.78 139.69 -
System Red Green Blue C M Y K H S L
Decimal 31 6 16 0 0.81 0.48 0.88 336 0.68 0.07
Hex 1F 6 10 0 51 30 58 150 44 7
Octal 37 6 20 0 121 60 130 520 104 7
Binary 11111 110 10000 0 1010001 110000 1011000 101010000 1000100 111

Color Harmonies of #1F0610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F0610

Black with #1F0610

Text Example


Text Example

White with #1F0610

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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