Html Css Color HEX #1F060F Rustic Red

📋 copy color: '#1F060F'

red 31 ◦ green 6 ◦ blue 15

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

Shades of Rustic Red #1F060F

Tints of Rustic Red #1F060F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 28.85%

R = 59.62%
G = 11.54%
B = 28.85%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.52

 K value IS 0.88

RGB Variations

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

Color information

#1F060F (or 0x1F060F) is known color: Rustic Red. HEX triplet: 1F, 06 and 0F. RGB value is (31,6,15). Sum of RGB (Red+Green+Blue) = 31+6+15=52 (6% of max value = 765). Red value is 31 (12.5% from 255 or 59.62% from 52); Green value is 6 (2.73% from 255 or 11.54% from 52); Blue value is 15 (6.25% from 255 or 28.85% from 52); Max value from RGB is 31 - color contains mainly: red. Hex color #1F060F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F060F is #E0F9F0. Grayscale: #0E0E0E. Windows color (decimal): -14744049 or 984607. OLE color: 984607.

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

Color convert

RGB 31 6 15 -
CMYK 0 0.81 0.52 0.88
HSL 338.4º 0.68% 0.07% -
HSV(B) 338.4º 0.81% 0.12% -
XYZ 0.72 0.46 0.5 -
YUV 14.5 128.28 139.77 -
System Red Green Blue C M Y K H S L
Decimal 31 6 15 0 0.81 0.52 0.88 338.4 0.68 0.07
Hex 1F 6 F 0 51 34 58 152 44 7
Octal 37 6 17 0 121 64 130 522 104 7
Binary 11111 110 1111 0 1010001 110100 1011000 101010010 1000100 111

Color Harmonies of #1F060F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F060F

Black with #1F060F

Text Example


Text Example

White with #1F060F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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