Html Css Color HEX #1F060A Rustic Red

📋 copy color: '#1F060A'

red 31 ◦ green 6 ◦ blue 10

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

Shades of Rustic Red #1F060A

Tints of Rustic Red #1F060A

RGB

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

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

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

R = 65.96%
G = 12.77%
B = 21.28%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.68

 K value IS 0.88

RGB Variations

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

Color information

#1F060A (or 0x1F060A) is known color: Rustic Red. HEX triplet: 1F, 06 and 0A. RGB value is (31,6,10). Sum of RGB (Red+Green+Blue) = 31+6+10=47 (6% of max value = 765). Red value is 31 (12.5% from 255 or 65.96% from 47); Green value is 6 (2.73% from 255 or 12.77% from 47); Blue value is 10 (4.30% from 255 or 21.28% from 47); Max value from RGB is 31 - color contains mainly: red. Hex color #1F060A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F060A is #E0F9F5. Grayscale: #0D0D0D. Windows color (decimal): -14744054 or 656927. OLE color: 656927.

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

Color convert

RGB 31 6 10 -
CMYK 0 0.81 0.68 0.88
HSL 350.4º 0.68% 0.07% -
HSV(B) 350.4º 0.81% 0.12% -
XYZ 0.68 0.44 0.34 -
YUV 13.93 125.78 140.17 -
System Red Green Blue C M Y K H S L
Decimal 31 6 10 0 0.81 0.68 0.88 350.4 0.68 0.07
Hex 1F 6 A 0 51 44 58 15E 44 7
Octal 37 6 12 0 121 104 130 536 104 7
Binary 11111 110 1010 0 1010001 1000100 1011000 101011110 1000100 111

Color Harmonies of #1F060A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F060A

Black with #1F060A

Text Example


Text Example

White with #1F060A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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